|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function IsSoundAvailableInClipboard (
) as Boolean
|
|
[C#]
public bool IsSoundAvailableInClipboard (
);
|
|
[C++]
public: bool IsSoundAvailableInClipboard (
);
|
|
Value
|
Meaning
|
|
|
|
|
false
|
A CF_WAVE sound is not available inside the clipboard
|
|
true
|
A CF_WAVE sound is available inside the clipboard
|