Records 1 to 7 of 7
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
7 DLL API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
LoadLibraryExThe LoadLibraryEx function maps a specified executable module into the address space of the calling process. The executable module can be a .DLL or an .EXE file. The specified module may cause other modules to be mapped into the address space....Hits: 6302 Rating: (2.99) votes 492
LoadLibraryThe LoadLibrary function maps the specified executable module into the address space of the calling process....Hits: 19659 Rating: (3.16) votes 699
GetProcAddressThe GetProcAddress function returns the address of the specified exported dynamic-link library (DLL) funct...Hits: 5884 Rating: (2.90) votes 1683
FreeLibraryThe FreeLibrary function decrements the reference count of the loaded dynamic-link library (DLL) module....Hits: 4677 Rating: (2.36) votes 1299
EnumResourceNamesThe EnumResourceNames function searches a module for each resource of the specified type and passes the name of each resource it locates to an application-defined callback function....Hits: 6540 Rating: (2.96) votes 658
DllUnregisterServerThe DllUnregisterServer function removes entries associated with a Cluster Administrator extension DLL from the system registry....Hits: 3770 Rating: (2.87) votes 1200
DllRegisterServerThe DllRegisterServer function adds entries associated with a Cluster Administrator extension DLL to the system registry. Client-side registration must be done on each machine on which the Cluster Administrator program is executed....Hits: 7175 Rating: (2.49) votes 2492
Records 1 to 7 of 7
|