PSetupEnumMonitor (NTPRINT.@)
BOOL PSetupEnumMonitor ( HANDLE monitorinfo, DWORD index, LPWSTR buffer, LPDWORD psize )
Copy the selected Monitorname to a buffer.
monitorinfo | [In] | HANDLE from PSetupCreateMonitorInfo. |
index | [In] | Nr. of the Monitorname to copy. |
buffer | [In] | Target, that receive the Monitorname. |
psize | [IO] | PTR to a DWORD that hold the size of the buffer and receive the needed size, when the buffer is too small. |
Success: TRUE
Failure: FALSE.
size is in Bytes on w2k and WCHAR on XP
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntprint/ntprint.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntprint/ntprint.c
Debug channel "ntprint".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.