The ResUtilSetPrivatePropertyList utility function sets the private properties of a resource.
DWORD WINAPI ResUtilSetPrivatePropertyList(
PVOID ClusterKey,
const PVOID InBuffer,
DWORD InBufferSize
);
The properties that are set in ResUtilSetPrivatePropertyList are placed in the portion of the cluster database below the specified key for the object exactly as specified by the names in the property list. If the name of a property contains backslash characters (\), each string preceding a backslash character will be interpreted as a subkey name, and the last string following the last backslash character will be interpreted as the value name.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.