Esempio n. 1
0
 public static extern UInt32 SOY_PR_ModifyDocumentPropertiesW(string szPrinter, IntPtr hDC, ref SEAORY_DOC_PROP lpDocPropIn, IntPtr lpInDevMode);
Esempio n. 2
0
 public static extern UInt32 SOY_PR_GetPrinterSettingW(string szPrinter, [In, Out] ref SEAORY_DOC_PROP lpDocPropOut);
Esempio n. 3
0
 public static extern UInt32 SOY_PR_SetPrinterSettingW(string szPrinter, ref SEAORY_DOC_PROP lpDocPropIn);
Esempio n. 4
0
 public static extern UInt32 SOY_PR_StartPrinting2W(string szPrinter, ref SEAORY_DOC_PROP lpDocPropIn, [In, Out] ref IntPtr hPrinterDC);