Home | History | Annotate | Download | only in include

Lines Matching defs:GetGUID

1487     virtual HRESULT WINAPI GetGUID(BSTR *pbszID) = 0;
1552 HRESULT (WINAPI *GetGUID)(IAgentCharacterEx *This,BSTR *pbszID);
1619 #define IAgentCharacterEx_GetGUID(This,pbszID) (This)->lpVtbl->GetGUID(This,pbszID)