#ifndef _NTWMI_H typedef struct _WMI_DPI_RECORD { ULONG MachineDPI; ULONG UserDPI; } WMI_DPI_RECORD, *PWMI_DPI_RECORD; #endif View code on GitHub
No description available.