ConfigAdd

The ConfigAdd function is used to add or modify a link service using information from a configuration file. This function must be exported from a link service configuration DLL supplied with each link service.

__declspec(dllexport) BOOL WINAPI ConfigAdd(
  LPSTR * szConfigInfo,
  LPDWORD dConfigInfoSize
);

Parameters

szConfigInfo
This supplied and returned parameter points to a configuration buffer that is used to configure the link service.
dConfigInfoSize
This supplied parameter specifies the size of the szConfigInfo configuration buffer.

Return Values

true
The function executed successfully and network bindings need to be recalculated.
false
One or more of the parameters passed to this function are invalid or network bindings do not need to be recalculated.