Paste Method (Profile Editor Control)
Windows Visual C++
Description
The Paste method pastes the
contents of the system clipboard into the profile editor control.
Syntax
long retValue = Paste();
The Paste syntax has these parts:
Part |
Description |
|
retValue |
A long return value indicating the success of the operation. A zero indicates success. |
Back to: Profile Editor Methods