Desktop Functions: Smart Device Functions:
|
Search Results for "SHFormatDrive" in [All]shell32
static extern uint SHFormatDrive(IntPtr hwnd, uint drive, uint fmtID,
static extern uint SHFormatDrive(IntPtr hwnd, uint drive, SHFormatFlags fmtID,
uint result = SHFormatDrive( this.Handle,
SHFormatDrive( IntPtr.Zero,
uint shFormatResult = SHFormatDrive(IntPtr.Zero, driveNumber, SHFormatFlags.SHFMT_ID_DEFAULT, SHFormatOptions.SHFMT_OPT_FULL); |