Home | History | Annotate | Download | only in include

Lines Matching defs:Unload

1682     virtual HRESULT WINAPI Unload(__LONG32 dwCharID) = 0;
1699 HRESULT (WINAPI *Unload)(IAgent *This,__LONG32 dwCharID);
1718 #define IAgent_Unload(This,dwCharID) (This)->lpVtbl->Unload(This,dwCharID)
1760 HRESULT (WINAPI *Unload)(IAgentEx *This,__LONG32 dwCharID);
1782 #define IAgentEx_Unload(This,dwCharID) (This)->lpVtbl->Unload(This,dwCharID)