Home
last modified time | relevance | path

Searched refs:DestroyPlayer (Results 1 – 1 of 1) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Ddplay.h439 STDMETHOD(DestroyPlayer)(THIS_ DPID idPlayer) PURE; in DECLARE_INTERFACE_() local
470 #define IDirectPlay_DestroyPlayer(p,a) (p)->lpVtbl->DestroyPlayer(p,a)
498 #define IDirectPlay_DestroyPlayer(p,a) (p)->DestroyPlayer(a)
535 STDMETHOD(DestroyPlayer)(THIS_ DPID idPlayer) PURE; in DECLARE_INTERFACE_() local
573 #define IDirectPlay2_DestroyPlayer(p,a) (p)->lpVtbl->DestroyPlayer(p,a)
608 #define IDirectPlay2_DestroyPlayer(p,a) (p)->DestroyPlayer(a)
651 STDMETHOD(DestroyPlayer)(THIS_ DPID idPlayer) PURE; in DECLARE_INTERFACE_() local
705 #define IDirectPlay3_DestroyPlayer(p,a) (p)->lpVtbl->DestroyPlayer(p,a)
756 #define IDirectPlay3_DestroyPlayer(p,a) (p)->DestroyPlayer(a)
814 STDMETHOD(DestroyPlayer)(THIS_ DPID idPlayer) PURE; in DECLARE_INTERFACE_() local
[all …]