Description:
QueryNumMonitors queries the number of monitor defintions available.
#include <svgadefs.h> PULONG pulNumMonitors; /* Pointer to variable receiving the number of monitor definitions. */ ULONG rc; /* Return codes. */ rc = QueryNumMonitors(pulNumMonitors);