Desktop Functions: Smart Device Functions:
|
LoadLibraryEx (kernel32)
C# Signature:
[DllImport("kernel32.dll")] User-Defined Types:None. Notes:None. Tips & Tricks:If you only want to load resources from the library, specify LOAD_LIBRARY_AS_DATAFILE as dwFlags. In this case, nothing is done to execute or prepare to execute the mapped file. Declare LOAD_LIBRARY_AS_DATAFILE as follows:
private const uint LOAD_LIBRARY_AS_DATAFILE = 0x00000002; Sample Code:Please add some! Alternative Managed API:Do you know one? Please contribute it! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|