CreatePropertySheetPage (comctl32)
Last changed: mike wazowski the bold action man-97.64.56.191

.
Summary
TODO - a short description

C# Signature:

[DllImport("comctl32.dll", SetLastError=true)]
static extern IntPtr CreatePropertySheetPage(ref PROPSHEETPAGE psp);

VB Signature:

Declare Function CreatePropertySheetPage Lib "comctl32" (ByRef PROPSHEETPAGE) As IntPtr

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation