Click or drag to resize

PropertySystemRegisterPropertySchema Method

Informs the schema subsystem of the addition of a property description schema file. This function fails with a code of E_ACCESSDENIED if the calling context does not have proper privileges, which include write access to HKLM (HKEY_LOCAL_MACHINE). It is the responsibility of the calling application to obtain privileges through User Account Control (UAC) mechanisms.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void RegisterPropertySchema(
	string filePath
)

Parameters

filePath
Type: SystemString
The .propdesc file path.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilePath is null.
See Also