Copyright © 2006-2019 MultiMedia Soft

IsSoundAvailableInClipboard method

Previous pageReturn to chapter overviewNext page

Remarks

 

Checks if a CF_WAVE format sound is available inside the system clipboard.

 

 

Syntax

 

[Visual Basic]

control.IsSoundAvailableInClipboard (

) as boolean


 

[C++]

BOOL control.IsSoundAvailableInClipboard (

);


 

 

Return value

 

Value

Meaning

 

 

false

A CF_WAVE sound is not available inside the clipboard

true

A CF_WAVE sound is available inside the clipboard