Destroy
Navigation: ADLX SDK References → ADLX Interfaces → Desktop → IADLXSimpleEyefinity
Syntax
ADLX_RESULT Destroy (IADLXEyefinityDesktop* pDesktop)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [in] | pDesktop | IADLXEyefinityDesktop | The 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
Header | include “IDesktops.h” |
---|---|
Minimum version | 1.0 |
See Also: IADLXEyefinityDesktop