The information in this article applies to:
SYMPTOMSResUtilGetEnvironmentWithNetName() allocates and returns a buffer. There is no corresponding function to release the allocated memory. CAUSEThe routine used to allocate the memory is an internal function, as is the corresponding routine that is used to free the memory block. RESOLUTION
You can avoid the problem by allocating the memory for the new environment
yourself and setting the _CLUSTER_NETWORK_NAME_ environment variable to the
network name associated with the resource.
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. REFERENCES
GetClusterResourceNetworkName()
Additional query words:
Keywords : kbcluster |
Last Reviewed: January 13, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |