Click or drag to resize
shell32ApiSHInvokePrinterCommand Method

Namespace: TheVaultLib
Assembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax
[DllImportAttribute("shell32.dll")]
public static int SHInvokePrinterCommand(
	IntPtr hwnd,
	uint uAction,
	string lpBuf1,
	string lpBuf2,
	int fModal
)

Parameters

hwnd
Type: SystemIntPtr
uAction
Type: SystemUInt32
lpBuf1
Type: SystemString
lpBuf2
Type: SystemString
fModal
Type: SystemInt32

Return Value

Type: Int32
See Also