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

MIIM (Structures)
 
.
Summary
Summary

C# Definition:

[Flags]
enum MIIM {
     BITMAP     = 0x00000080,
     CHECKMARKS = 0x00000008,
     DATA       = 0x00000020,
     FTYPE      = 0x00000100,
     ID     = 0x00000002,
     STATE      = 0x00000001,
     STRING     = 0x00000040,
     SUBMENU    = 0x00000004,
     TYPE       = 0x00000010
}

VB Definition:

<Flags>
Enum MIIM
    BITMAP     = &H00000080
    CHECKMARKS = &H00000008
    DATA       = &H00000020
    FTYPE      = &H00000100
    ID     = &H00000002
    STATE      = &H00000001
    [STRING]   = &H00000040
    SUBMENU    = &H00000004
    TYPE       = &H00000010
End Enum

Notes:

None.

Documentation
MIIM on MSDN

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