IDirectDrawPalette::Release

ULONG Release();

Decreases the reference count of the DirectDrawPalette object by 1. This method is part of the IUnknown interface inherited by DirectDraw.

·Returns the new reference count of the object.

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