IpcUninitializeEnvironment function

Un-initializes the environment. This method should be called before exiting the application and after all Rights Management Services SDK 2.1 methods have returned. No other RMS SDK 2.1 methods should be called after IpcUninitializeEnvironment is called.

Syntax

HRESULT WINAPI IpcUninitializeEnvironment(void);

Parameters

This function has no parameters.

Return value

If the function succeeds, the return value is S_OK. If the function fails, it returns an HRESULT value that indicates the error.

For more information, see Error codes for a description of all RMS SDK 2.1 return values.

Requirements

Minimum supported client
Windows Vista with SP2 [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Ipcprot.h (include Msipc.h)
Library
Msipc.lib
DLL
Msipc.dll

See also

Error codes

IpcInitializeEnvironment