IDirectInputJoyConfig8::Release method (dinputd.h)

The IDirectInputJoyConfig8::Release method decreases the reference count of the DirectInputJoyConfig object by 1. This method is part of the IUnknown interface inherited by DirectInputJoyConfig.

Syntax

ULONG Release();

Return value

Returns the new reference count of the object.

Remarks

The DirectInputJoyConfig object deallocates itself when its reference count reaches 0. Use the IDirectInputJoyConfig8::AddRef method to increase the reference count of the object by 1.

Requirements

Requirement Value
Target Platform Desktop
Header dinputd.h (include Dinputd.h)