ISMQueryServiceInfo
DWORD
ISMQueryServiceInfo(
ISMSERVICEINFO * psi
);
Parameters
psi
A pointer to
the SERVICEINFO structure.
Return Values
The return
value is a WIN32 error code.
Remarks
This function
fills in a ISMSERVICEINFO structure with information about the service and is
called immediately after the configuration DLL has been successfully loaded.
The calling program (ISM presumably) fills in the dwSize element of the
ISMSERVICEINFO structure with the size of the structure. It is the
responsibility of the configuration DLL to use this size for version control.