OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grfdex
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispex.h
126
virtual HRESULT WINAPI GetDispID(BSTR bstrName,DWORD
grfdex
,DISPID *pid) = 0;
128
virtual HRESULT WINAPI DeleteMemberByName(BSTR bstrName,DWORD
grfdex
) = 0;
132
virtual HRESULT WINAPI GetNextDispID(DWORD
grfdex
,DISPID id,DISPID *pid) = 0;
145
HRESULT (WINAPI *GetDispID)(IDispatchEx *This,BSTR bstrName,DWORD
grfdex
,DISPID *pid);
147
HRESULT (WINAPI *DeleteMemberByName)(IDispatchEx *This,BSTR bstrName,DWORD
grfdex
);
151
HRESULT (WINAPI *GetNextDispID)(IDispatchEx *This,DWORD
grfdex
,DISPID id,DISPID *pid);
166
#define IDispatchEx_GetDispID(This,bstrName,
grfdex
,pid) (This)->lpVtbl->GetDispID(This,bstrName,
grfdex
,pid)
168
#define IDispatchEx_DeleteMemberByName(This,bstrName,
grfdex
) (This)->lpVtbl->DeleteMemberByName(This,bstrName,
grfdex
)
[
all
...]
Completed in 611 milliseconds