Searched defs:Play (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwiavideo.h73 virtual HRESULT WINAPI Play(void) = 0;
93 HRESULT (WINAPI *Play)(IWiaVideo *This); member in struct:IWiaVideoVtbl
115 #define IWiaVideo_Play(This) (This)->lpVtbl->Play(This)
H A Dagtctl.h1016 virtual HRESULT WINAPI Play(BSTR Animation,IAgentCtlRequest **Request) = 0;
1064 HRESULT (WINAPI *Play)(IAgentCtlCharacter *This,BSTR Animation,IAgentCtlRequest **Request); member in struct:IAgentCtlCharacterVtbl
1114 #define IAgentCtlCharacter_Play(This,Animation,Request) (This)->lpVtbl->Play(This,Animation,Request)
1309 HRESULT (WINAPI *Play)(IAgentCtlCharacterEx *This,BSTR Animation,IAgentCtlRequest **Request); member in struct:IAgentCtlCharacterExVtbl
1383 #define IAgentCtlCharacterEx_Play(This,Animation,Request) (This)->lpVtbl->Play(This,Animation,Request)
H A Dagtsvr.h1294 virtual HRESULT WINAPI Play(BSTR bszAnimation,__LONG32 *pdwReqID) = 0;
1336 HRESULT (WINAPI *Play)(IAgentCharacter *This,BSTR bszAnimation,__LONG32 *pdwReqID); member in struct:IAgentCharacterVtbl
1380 #define IAgentCharacter_Play(This,bszAnimation,pdwReqID) (This)->lpVtbl->Play(This,bszAnimation,pdwReqID)
1517 HRESULT (WINAPI *Play)(IAgentCharacterEx *This,BSTR bszAnimation,__LONG32 *pdwReqID); member in struct:IAgentCharacterExVtbl
1584 #define IAgentCharacterEx_Play(This,bszAnimation,pdwReqID) (This)->lpVtbl->Play(This,bszAnimation,pdwReqID)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwiavideo.h73 virtual HRESULT WINAPI Play(void) = 0;
93 HRESULT (WINAPI *Play)(IWiaVideo *This); member in struct:IWiaVideoVtbl
115 #define IWiaVideo_Play(This) (This)->lpVtbl->Play(This)
H A Dagtctl.h1016 virtual HRESULT WINAPI Play(BSTR Animation,IAgentCtlRequest **Request) = 0;
1064 HRESULT (WINAPI *Play)(IAgentCtlCharacter *This,BSTR Animation,IAgentCtlRequest **Request); member in struct:IAgentCtlCharacterVtbl
1114 #define IAgentCtlCharacter_Play(This,Animation,Request) (This)->lpVtbl->Play(This,Animation,Request)
1309 HRESULT (WINAPI *Play)(IAgentCtlCharacterEx *This,BSTR Animation,IAgentCtlRequest **Request); member in struct:IAgentCtlCharacterExVtbl
1383 #define IAgentCtlCharacterEx_Play(This,Animation,Request) (This)->lpVtbl->Play(This,Animation,Request)
H A Dagtsvr.h1294 virtual HRESULT WINAPI Play(BSTR bszAnimation,__LONG32 *pdwReqID) = 0;
1336 HRESULT (WINAPI *Play)(IAgentCharacter *This,BSTR bszAnimation,__LONG32 *pdwReqID); member in struct:IAgentCharacterVtbl
1380 #define IAgentCharacter_Play(This,bszAnimation,pdwReqID) (This)->lpVtbl->Play(This,bszAnimation,pdwReqID)
1517 HRESULT (WINAPI *Play)(IAgentCharacterEx *This,BSTR bszAnimation,__LONG32 *pdwReqID); member in struct:IAgentCharacterExVtbl
1584 #define IAgentCharacterEx_Play(This,bszAnimation,pdwReqID) (This)->lpVtbl->Play(This,bszAnimation,pdwReqID)

Completed in 300 milliseconds