HOWTO: Enable Debugging of Resource Type Control Code FunctionsID: Q199802
|
When you debug the control code functions of a resource type, you must set both the DebugControlFunctions and DebugPrefix properties of a resource type. There is currently no user interface provided for setting the DebugControlFunctions property.
You can only set the DebugControlFunctions property through the Cluster.exe command line tool. The Microsoft Platform SDK documentation states that the property should be set to TRUE. Since the property is a DWORD value, this means that you must set it to 1. For example:
cluster restype "<restype display name>" /prop DebugControlFunctions=1
where <restype display name> is the display name for the resource type for which you want to set the property.
cluster restype "<restype display name>" /prop DebugPrefix=<path>
where <restype display name> is the display name for the resource type for which you want to set the property and <path> is the full path to the debugger you want to use.
Additional query words:
Keywords : kbClustServ100
Version : WINDOWS:; winnt:
Platform : WINDOWS winnt
Issue type : kbhowto
Last Reviewed: March 24, 1999