Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies whether or not a package family name is syntactically valid.
Syntax
LONG VerifyPackageFamilyName(
PCWSTR packageFamilyName
);
Parameters
packageFamilyName
Type: _In_ PCWSTR
The package family name to verify.
Return value
Type: LONG
Returns ERROR_SUCCESS if the input is syntactically valid; otherwise ERROR_INVALID_PARAMETER.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | appmodel.h |