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

LoadLibraryFlags (Enums)
 
.
Summary
TODO - a short description

C# Definition:

enum LoadLibraryFlags : uint

{ DONT_RESOLVE_DLL_REFERENCES = 0x00000001,

     LOAD_IGNORE_CODE_AUTHZ_LEVEL = 0x00000010,
     LOAD_LIBRARY_AS_DATAFILE = 0x00000002,
     LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE = 0x00000040,
     LOAD_LIBRARY_AS_IMAGE_RESOURCE = 0x00000020,
     LOAD_WITH_ALTERED_SEARCH_PATH = 0x00000008

}

VB Definition:

Enum LoadLibraryFlags As UInteger
    DONT_RESOLVE_DLL_REFERENCES = &H1
    LOAD_IGNORE_CODE_AUTHZ_LEVEL = &H10
    LOAD_LIBRARY_AS_DATAFILE = &H2
    LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE = &H40
    LOAD_LIBRARY_AS_IMAGE_RESOURCE = &H20
    LOAD_WITH_ALTERED_SEARCH_PATH = &H8
End Enum

Notes:

None.

Documentation
 

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
Find References
Show Printable Version
Revisions