Each stream handler must provide this entry point, which is used by the Sync/Stream Manager to communicate with the stream handler.
#include <os2.h> PVOID ParmIn; /* Pointer to SHC message-specific structure. */ ULONG rc; /* Return codes. */ rc = SHCEntryPoint(ParmIn);