Skip to content

Latest commit

 

History

History
128 lines (109 loc) · 2.91 KB

nf-vsprov-ivssprovidernotifications-onload.md

File metadata and controls

128 lines (109 loc) · 2.91 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vsprov.IVssProviderNotifications.OnLoad
IVssProviderNotifications::OnLoad (vsprov.h)
Notifies a provider that it was loaded.
IVssProviderNotifications interface [VSS]
OnLoad method
IVssProviderNotifications.OnLoad
IVssProviderNotifications::OnLoad
OnLoad
OnLoad method [VSS]
OnLoad method [VSS]
IVssProviderNotifications interface
base.ivssprovidernotifications_onload
vsprov/IVssProviderNotifications::OnLoad
base\ivssprovidernotifications_onload.htm
base
dd3df604-074b-4206-827e-3cc4d5f71f87
12/05/2018
IVssProviderNotifications interface [VSS],OnLoad method, IVssProviderNotifications.OnLoad, IVssProviderNotifications::OnLoad, OnLoad, OnLoad method [VSS], OnLoad method [VSS],IVssProviderNotifications interface, base.ivssprovidernotifications_onload, vsprov/IVssProviderNotifications::OnLoad
vsprov.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
IVssProviderNotifications::OnLoad
vsprov/IVssProviderNotifications::OnLoad
c++
APIRef
kbSyntax
COM
VsProv.h
IVssProviderNotifications.OnLoad

IVssProviderNotifications::OnLoad

-description

The OnLoad method notifies a provider that it was loaded.

-parameters

-param pCallback [in]

This parameter is reserved.

-returns

This method can return one of these values.

Return code/value Description
S_OK
0x00000000L
The operation was successfully completed.
E_OUTOFMEMORY
0x8007000EL
Out of memory or other system resources.
E_INVALIDARG
0x80070057L
One of the parameter values is not valid.
VSS_E_PROVIDER_VETO
0x80042306L
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.

-see-also

IVssProviderNotifications

OnUnload