PropertySystemUnregisterPropertySchema Method |
Informs the schema subsystem of the removal 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:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntaxpublic static void UnregisterPropertySchema(
string filePath
)
Parameters
- filePath
- Type: SystemString
The .propdesc file path.
Exceptions
See Also