MSCluster_Resource class:
uint32 RetryPeriodOnFailure; boolean SeparateMonitor; string Type; uint32 State; string InternalState; uint32 ResourceClass; uint32 Subclass; MSCluster_Property PrivateProperties; string CryptoCheckpoints[]; string RegistryCheckpoints[];
for most of the "MSCLUSTER_RESOURCE" i'm able to send to string if there are any values. but I don't understand how to display this property. as it is defined as:
MSCluster_Property PrivateProperties
can I get some input how to convert the value/result to "string"?