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

PROPPAGEINFO (Interfaces)
 
.
Summary
The PROPPAGEINFO structure contains parameters used to describe a property page to a property frame.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct PROPPAGEINFO
{
    public UInt32 cb;
    public IntPtr pszTitle;
    public SIZE size;
    public IntPtr pszDocString;
    public IntPtr pszHelpFile;
    public UInt32 dwHelpContext;
}

VB Definition:

   TODO

User-Defined Types:

SIZE

Notes:

Populate pszTitle, pszDocString and pszHelpFile using System.Runtime.InteropServices.Marshal.StringToCoTaskMemUni(string).

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions