Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SHFormatDrive" in [All]

shell32

.
Summary
.

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);

.
Documentation
[SHFormatDrive] on MSDN

 
Access PInvoke.net directly from VS: