Go to the source code of this file.
Defines | |
| #define | DDENUM_ATTACHEDSECONDARYDEVICES 0x00000001L |
Typedefs | |
| typedef HRESULT(* | PDRAWCREATE )(IID *, LPDIRECTDRAW *, LPUNKNOWN) |
| typedef HRESULT(* | PDRAWENUM )(LPDDENUMCALLBACKA, LPVOID) |
Functions | |
| IDirectDraw * | DirectDrawCreateFromDevice (LPSTR, PDRAWCREATE, PDRAWENUM) |
| IDirectDraw * | DirectDrawCreateFromDeviceEx (LPSTR, PDRAWCREATE, LPDIRECTDRAWENUMERATEEXA) |
| #define DDENUM_ATTACHEDSECONDARYDEVICES 0x00000001L |
| typedef HRESULT(* PDRAWCREATE)(IID *, LPDIRECTDRAW *, LPUNKNOWN) |
| IDirectDraw* DirectDrawCreateFromDevice | ( | LPSTR | , | |
| PDRAWCREATE | , | |||
| PDRAWENUM | ||||
| ) |
Definition at line 51 of file ddmm.cpp.
References FALSE, FindDeviceData::fFound, FindDeviceCallback(), LPVOID, NULL, and FindDeviceData::szDevice.
Referenced by CLoadDirectDraw::LoadDirectDraw().
| IDirectDraw* DirectDrawCreateFromDeviceEx | ( | LPSTR | , | |
| PDRAWCREATE | , | |||
| LPDIRECTDRAWENUMERATEEXA | ||||
| ) |
Definition at line 76 of file ddmm.cpp.
References DDENUM_ATTACHEDSECONDARYDEVICES, FALSE, FindDeviceData::fFound, FindDeviceCallbackEx(), LPVOID, NULL, and FindDeviceData::szDevice.
Referenced by CLoadDirectDraw::LoadDirectDraw().
1.5.6