SMHEntryPoint - Syntax

This function enables DLL and device driver stream handlers to interface with the Sync/Stream Manager (SSM).

#include <os2.h>

PVOID    pParmIn;  /*  Pointer to SMH_COMMON. */
ULONG    rc;       /*  Return codes. */

rc = SMHEntryPoint(pParmIn);


[Back: SMHEntryPoint]
[Next: SMHEntryPoint Parameter - pParmIn]