Skip to content

Destroy

Navigation: ADLX SDK ReferencesADLX InterfacesDesktopIADLXSimpleEyefinity

Syntax

ADLX_RESULT    Destroy (IADLXEyefinityDesktop* pDesktop)

Parameters

#DirectionNameTypeDescription
1.[in]pDesktopIADLXEyefinityDesktopThe pointer to the eyefinity desktop to be destroyed.

Return Value

If the AMD Eyefinity desktop is successfully destroyed, ADLX_OK is returned.

If the AMD Eyefinity desktop is not successfully destroyed, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

Destroying an AMD Eyefinity desktop can take a couple of seconds to complete. The method will block the execution thread until the operation is finished.

Requirements

Headerinclude “IDesktops.h”
Minimum version1.0

See Also: IADLXEyefinityDesktop