예제 #1
0
 internal static extern bool EnumDisplayDevicesW([MarshalAs(UnmanagedType.LPWStr)] string lpDevice, int iDevNum, ref DISPLAY_DEVICE lpDisplayDevice, EDD_FLAGS dwFlags);
예제 #2
0
 private static extern bool EnumDisplayDevices(string lpDevice, int iDevNum, ref DISPLAY_DEVICE lpDisplayDevice, int dwFlags);
예제 #3
0
 internal static extern bool EnumDisplayDevices(string lpDevice, int iDevNum, ref DISPLAY_DEVICE lpDisplayDevice, EDD_FLAGS dwFlags);