VDD_GET_DISPLAY_CONFIG

Call With

EAX = VDD_GET_DISPLAY_CONFIG equate (85H)

EBX = Magic Number

ECX = Size of DISPLAYINFO structure that is being passed.

ES:EDI = Pointer to DISPLAYINFO structure to fill (see MINIVDD.INC)

Return Values

EAX = Return Code (0 for success, -1 for failure).

Remarks

This is the display Plug & Play interface for Windows 95. This call returns a DISPLAYINFO data structure to the caller. The caller should allocate a DISPLAYINFO structure and then pass its address in the ES:EDI registers when making this call.

No mini-VDD functions are called during this function.