HomeSort by relevance Sort by last modified time
    Searched defs:ShutdownMSPCall (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msp.h 201 virtual HRESULT WINAPI ShutdownMSPCall(IUnknown *pStreamControl) = 0;
214 HRESULT (WINAPI *ShutdownMSPCall)(ITMSPAddress *This,IUnknown *pStreamControl);
229 #define ITMSPAddress_ShutdownMSPCall(This,pStreamControl) (This)->lpVtbl->ShutdownMSPCall(This,pStreamControl)
tapi3.h     [all...]

Completed in 58 milliseconds