DDCMDEntryPoint - Syntax

This function enables device driver stream handlers to interface with the hardware physical device driver (PDD).

#include <os2.h>

PDDCMDCOMMON    pCommon;  /*  Pointer to DDCMDCOMMON. */
ULONG           rc;       /*  Return codes. */

rc = DDCMDEntryPoint(pCommon);


[Back: DDCMDEntryPoint]
[Next: DDCMDEntryPoint Parameter - pCommon]