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: 3094 Rating: (3.05) votes 371
LoadLibraryThe LoadLibrary function maps the specified executable module into the address space of the calling process....Hits: 6026 Rating: (3.03) votes 337
GetProcAddressThe GetProcAddress function returns the address of the specified exported dynamic-link library (DLL) funct...Hits: 2421 Rating: (2.98) votes 558
FreeLibraryThe FreeLibrary function decrements the reference count of the loaded dynamic-link library (DLL) module....Hits: 2015 Rating: (2.94) votes 447
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: 2423 Rating: (3.05) votes 276
DllUnregisterServerThe DllUnregisterServer function removes entries associated with a Cluster Administrator extension DLL from the system registry....Hits: 1712 Rating: (3.03) votes 423
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: 2637 Rating: (3.06) votes 463
Records 1 to 7 of 7
|