Description:

This function returns a list of the names of all PM display drivers that have been registered with the operating system (by using DspSetDriverInfo).

#include <os2.h>

PVOID    pBuffer;  /*  Pointer to a buffer. */
ULONG    ulCount;
ULONG    rc;       /*  Return codes. */

rc = DspQueryDriverNames(pBuffer, ulCount);


[Back: DspQueryDriverNames]
[Next: DspQueryDriverNames Parameter - pBuffer]