IVssProviderNotifications::OnLoad method (vsprov.h)
The OnLoad method notifies a provider that it was loaded.
Syntax
HRESULT OnLoad(
[in] IUnknown *pCallback
);
Parameters
[in] pCallback
This parameter is reserved.
Return value
This method can return one of these values.
Return code/value | Description |
---|---|
|
The operation was successfully completed. |
|
Out of memory or other system resources. |
|
One of the parameter values is not valid. |
|
An unexpected provider error occurred. If this is returned, the error must be described in an entry in the application event log, giving the user information on how to resolve the problem. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | vsprov.h |