SHDEntryPoint - Syntax

Each stream handler must provide this entry point, which is used for the PDD to communicate back to the stream handler.

#include <os2.h>

PSHD_COMMON    pCommon;  /*  Pointer to SHD_COMMON. */
ULONG          rc;       /*  Return codes. */

rc = SHDEntryPoint(pCommon);


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