D3DM_Initialize (Windows CE 5.0)
This function is the entry point for the driver's dynamically linked library (DLL).
typedef DWORD (*D3DM_INITIALIZE_PTR)(D3DM_INITIALIZE_DATA *);
Parameters
- D3DM_INITIALIZE_DATA
[out] A pointer to a D3DM_INITIALIZE_DATA structure that will receive function pointers to the driver functions that will be called by the Direct3D Mobile middleware.
Return Values
Implement this function so that it returns D3DM_DRIVER_HANDLED when it succeeds and D3DM_DRIVER_NOTHANDLED when it fails.
Requirements
OS Versions: Windows CE 5.0
Header: D3dmddk.h.
Link Library: Developer implemented.
See Also
Direct3D Mobile Driver Functions | D3DM_INITIALIZE_DATA | Driver Initialization in Direct3D Mobile
Send Feedback on this topic to the authors