#include <streams.h>#include <ddraw.h>#include "ddmm.h"Go to the source code of this file.
Classes | |
| struct | FindDeviceData |
Functions | |
| BOOL CALLBACK | FindDeviceCallback (GUID *lpGUID, LPSTR szName, LPSTR szDevice, LPVOID lParam) |
| BOOL CALLBACK | FindDeviceCallbackEx (GUID *lpGUID, LPSTR szName, LPSTR szDevice, LPVOID lParam, HMONITOR hMonitor) |
| IDirectDraw * | DirectDrawCreateFromDevice (LPSTR szDevice, PDRAWCREATE DirectDrawCreateP, PDRAWENUM DirectDrawEnumerateP) |
| IDirectDraw * | DirectDrawCreateFromDeviceEx (LPSTR szDevice, PDRAWCREATE DirectDrawCreateP, LPDIRECTDRAWENUMERATEEXA DirectDrawEnumerateExP) |
| IDirectDraw* DirectDrawCreateFromDevice | ( | LPSTR | szDevice, | |
| PDRAWCREATE | DirectDrawCreateP, | |||
| PDRAWENUM | DirectDrawEnumerateP | |||
| ) |
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 | szDevice, | |
| PDRAWCREATE | DirectDrawCreateP, | |||
| LPDIRECTDRAWENUMERATEEXA | DirectDrawEnumerateExP | |||
| ) |
Definition at line 76 of file ddmm.cpp.
References DDENUM_ATTACHEDSECONDARYDEVICES, FALSE, FindDeviceData::fFound, FindDeviceCallbackEx(), LPVOID, NULL, and FindDeviceData::szDevice.
Referenced by CLoadDirectDraw::LoadDirectDraw().
Definition at line 17 of file ddmm.cpp.
References FALSE, FindDeviceData::fFound, FindDeviceData::GUID, FindDeviceData::lpGUID, NULL, FindDeviceData::szDevice, and TRUE.
Referenced by DirectDrawCreateFromDevice().
| BOOL CALLBACK FindDeviceCallbackEx | ( | GUID * | lpGUID, | |
| LPSTR | szName, | |||
| LPSTR | szDevice, | |||
| LPVOID | lParam, | |||
| HMONITOR | hMonitor | |||
| ) |
Definition at line 34 of file ddmm.cpp.
References FALSE, FindDeviceData::fFound, FindDeviceData::GUID, FindDeviceData::lpGUID, NULL, FindDeviceData::szDevice, and TRUE.
Referenced by DirectDrawCreateFromDeviceEx().
1.5.6