DiveClose - Syntax

This function closes a display engine instance.

#include <dive.h>

HDIVE    hDiveInst;  /*  Instance identifier. */
ULONG    rc;         /*  Return codes. */

rc = DiveClose(hDiveInst);


[Back: DiveClose]
[Next: DiveClose Parameter - hDiveInst]