RtwqUnregisterPlatformEvents function (rtworkq.h)

Unregisters a listener event from the callback platform.

Syntax

HRESULT RtwqUnregisterPlatformEvents(
  IRtwqPlatformEvents *platformEvents
);

Parameters

platformEvents

Pointer to the IRtwqPlatformEvents object which provides the events.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The app should use the same pointer that was passed to RtwqRegisterPlatformEvents.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header rtworkq.h
Library Rtworkq.lib
DLL RTWorkQ.dll