3.1.4.2.1 OnSectionChanges (Opnum 3)

The OnSectionChanges method is called by the server by using an RPC_REQUEST packet. This method is called when a change in the path of the administration system hierarchy is detected. The callee (the client-implemented object) can react to this notification as it determines. It can return any error and the server MUST ignore it.

 HRESULT OnSectionChanges(
   [in] BSTR bstrSectionName,
   [in] BSTR bstrConfigPath
 );

bstrSectionName: The name of the IAppHostElement on the server that changed. A server is free to not implement this parameter and always passes NULL.

bstrConfigPath: The path in the hierarchy where the change was detected by the administration system.

Return Values: The return value MUST be ignored by the server.