DOC: LibraryProcedure DLL Prototype IncorrectID: Q136681
|
Setup provides LoadLibrary, FreeLibrary, and LibraryProcedure commands to
provide a mechanism to add custom procedures to setup scripts.
The LibraryProcedure command provides a way to call an exported function in
the specified DLL. This procedure is described in the Windows NT DDK
documentation. Drill down to it by following this outline:
Programmers Guide (2.3.5.1)
Setup (part 1)
Chapter 2 - Driver Installation
GUI INF Script Language
Using DLLs and External Programs
DLLs in Install and Shell Sections
BOOL FunctionName(cArgs, lpszArgs[], *lpszTextOut)
DWORD cArgs;
LPSTR lpszArgs[];
LPSTR *lpszTextOut);
BOOL PASCAL FunctionName(cArgs, lpszArgs[], *lpszTextOut)
DWORD cArgs;
LPSTR lpszArgs[];
LPSTR *lpszTextOut);
Additional query words: 3.51 4.00 SETUP LibraryProcedure Miniports
Keywords : kbnetwork kbprg kbdocfix NDIS
Version : 3.51
Platform : NT WINDOWS
Issue type :
Last Reviewed: March 4, 1999