Home | History | Annotate | Download | only in include

Lines Matching full:get_guid

1273     virtual HRESULT WINAPI get_GUID(BSTR *GUID) = 0;
1345 HRESULT (WINAPI *get_GUID)(IAgentCtlCharacterEx *This,BSTR *GUID);
1419 #define IAgentCtlCharacterEx_get_GUID(This,GUID) (This)->lpVtbl->get_GUID(This,GUID)