shell32ApiSHFileOperation Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll", CharSet = CharSet.Unicode)]
public static int SHFileOperation(
ref shell32ApiSHFILEOPSTRUCT lpFileOp
)
<DllImportAttribute("shell32.dll", CharSet := CharSet.Unicode>]
Public Shared Function SHFileOperation (
ByRef lpFileOp As shell32ApiSHFILEOPSTRUCT
) As Integer
public:
[DllImportAttribute(L"shell32.dll", CharSet = CharSet::Unicode)]
static int SHFileOperation(
shell32ApiSHFILEOPSTRUCT% lpFileOp
)
[<DllImportAttribute("shell32.dll", CharSet = CharSet.Unicode)>]
static member SHFileOperation :
lpFileOp : shell32ApiSHFILEOPSTRUCT byref -> int
Parameters
- lpFileOp
- Type: TheVaultLibshell32ApiSHFILEOPSTRUCT
Return Value
Type:
Int32
See Also