Searched defs:pTypeLib (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c365 ITypeLib *pTypeLib; local
366 rc = LoadRegTypeLib(&LIBID_VirtualBox, 1 /* major */, 0 /* minor */, 0 /* lcid */, &pTypeLib);
369 rc = ITypeLib_GetTypeInfoOfGuid(pTypeLib, riid, pTInfo);
372 ITypeLib_Release(pTypeLib);

Completed in 45 milliseconds