This topic has not yet been rated - Rate this topic

ResUtilFreeEnvironment function

Destroys the environment variable block created with ResUtilGetEnvironmentWithNetName.

Syntax


DWORD WINAPI ResUtilFreeEnvironment(
  _In_  LPVOID lpEnvironment
);

Parameters

lpEnvironment [in]

Pointer to the environment variable block returned from ResUtilGetEnvironmentWithNetName.

Return value

This function has no return values.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows 2000 Server Advanced Server, Windows 2000 Server Datacenter [desktop apps only]

Header

ResApi.h

Library

ResUtils.lib

DLL

ResUtils.dll

See also

ResUtilGetEnvironmentWithNetName

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.