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

SBSP (Enums)
 
.
Summary
TODO - a short description

C# Definition:

    [Flags]
    enum SBSP : uint {
    enum SBSP {
    SBSP_DEFBROWSER = 0x0000,
    SBSP_SAMEBROWSER = 0x0001,
    SBSP_NEWBROWSER = 0x0002,
    SBSP_DEFMODE = 0x0000,
    SBSP_OPENMODE = 0x0010,
    SBSP_EXPLOREMODE = 0x0020,
    SBSP_HELPMODE = 0x0040,
    SBSP_NOTRANSFERHIST = 0x0080,
    SBSP_ABSOLUTE = 0x0000,
    SBSP_RELATIVE = 0x1000,
    SBSP_PARENT = 0x2000,
    SBSP_NAVIGATEBACK = 0x4000,
    SBSP_NAVIGATEFORWARD = 0x8000,
    SBSP_ALLOW_AUTONAVIGATE = 0x10000,
    SBSP_CALLERUNTRUSTED = 0x00800000,
    SBSP_TRUSTFIRSTDOWNLOAD = 0x01000000,
    SBSP_UNTRUSTEDFORDOWNLOAD = 0x02000000,
    SBSP_NOAUTOSELECT = 0x04000000,
    SBSP_WRITENOHISTORY = 0x08000000,
    SBSP_TRUSTEDFORACTIVEX = 0x10000000,
    SBSP_REDIRECT = 0x40000000,
    SBSP_INITIATEDBYHLINKFRAME = 0x80000000,
        SBSP_INITIATEDBYHLINKFRAME = 0x80000000,
    }

VB Definition:

Enum SBSP
   TODO
End Enum

Notes:

None.

Documentation
SBSP on MSDN
 

Please edit this page!

Do you have...

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

Select "Edit This Page" on the right hand toolbar and edit it!

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