const void * CreateUserFunction(hDLL, functionInfo)
HINSTANCE hDLL;
FUNCTIONINFO * functionInfo;
|
Parameter
|
Description
|
|---|---|
|
hDLL
|
Handle of the DLL supplied by the DLL entry point routine
|
|
functionInfo
|
Pointer to the FUNCTIONINFO structure that contains information about the function. The FUNCTIONINFO structure has the following form:
typedef struct tagFUNCTIONINFO{
|