Share via


PdkVscApplicabilityCheck method of the Msps_ProvisioningFileProcessor class

Validates whether a Provisioning Data KeyFile (PDK) can be applied to a volume represented by a Volume Signature Catalog (VSC).

Syntax

uint32 PdkVscApplicabilityCheck(
  [in]  Msps_VSC Vsc,
  [in]  Msps_PDK Pdk,
  [out] boolean  Applicable
);

Parameters

Vsc [in]

The Msps_VSC object representing a template disk.

Pdk [in]

The Msps_PDK to be used to deploy the template disk.

Applicable [out]

True, if the PDK can be applied to a template disk of the supplied VSC.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\MSPS
MOF
MSPSProv.Mof
DLL
MSPSProv.dll

See also

Msps_ProvisioningFileProcessor