shell32ApiSHInvokePrinterCommand Method |
Namespace: TheVaultLibAssembly: 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
)
<DllImportAttribute("shell32.dll">]
Public Shared Function SHInvokePrinterCommand (
hwnd As IntPtr,
uAction As UInteger,
lpBuf1 As String,
lpBuf2 As String,
fModal As Integer
) As Integer
public:
[DllImportAttribute(L"shell32.dll")]
static int SHInvokePrinterCommand(
IntPtr hwnd,
unsigned int uAction,
String^ lpBuf1,
String^ lpBuf2,
int fModal
)
[<DllImportAttribute("shell32.dll")>]
static member SHInvokePrinterCommand :
hwnd : IntPtr *
uAction : uint32 *
lpBuf1 : string *
lpBuf2 : string *
fModal : int -> int
Parameters
- hwnd
- Type: SystemIntPtr
- uAction
- Type: SystemUInt32
- lpBuf1
- Type: SystemString
- lpBuf2
- Type: SystemString
- fModal
- Type: SystemInt32
Return Value
Type:
Int32
See Also