IDeskBand::CloseDW Method

Notifies the docking window object that it is about to be removed from the frame. The docking window object should save any persistent information at this time.

Syntax

HRESULT CloseDW(      
    DWORD dwReserved
);

Parameters

  • dwReserved
    Reserved. This parameter should always be zero.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IDockingWindow, IDockingWindowFrame, IDockingWindowSite, IDeskBand