OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pclsid
(Results
26 - 28
of
28
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h
763
virtual HRESULT WINAPI GetClassForHandler(DWORD dwDestContext,void *pvDestContext,CLSID *
pClsid
) = 0;
771
HRESULT (WINAPI *GetClassForHandler)(IStdMarshalInfo *This,DWORD dwDestContext,void *pvDestContext,CLSID *
pClsid
);
781
#define IStdMarshalInfo_GetClassForHandler(This,dwDestContext,pvDestContext,
pClsid
) (This)->lpVtbl->GetClassForHandler(This,dwDestContext,pvDestContext,
pClsid
)
784
HRESULT WINAPI IStdMarshalInfo_GetClassForHandler_Proxy(IStdMarshalInfo *This,DWORD dwDestContext,void *pvDestContext,CLSID *
pClsid
);
[
all
...]
shobjidl.h
[
all
...]
oledb.h
1876
CLSID *
pclsid
;
member in struct:tagDBCOLUMNDESC
[
all
...]
Completed in 216 milliseconds
1
2