Esempio n. 1
0
 public static extern unsafe HDC CreateICW(
     string pwszDriver,
     string pwszDevice,
     string?pszPort,
     DeviceMode *pdm);
Esempio n. 2
0
 public unsafe static extern HDC CreateDCW(
     string pwszDriver,
     string?pwszDevice,
     string?pszPort,
     DeviceMode *pdm);