Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/ph/phclipboardcopystring.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/ph/phclipboardcopystring.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/ph/phclipboardcopystring.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/ph/phclipboardcopystring.html on line 8
Copy string-only data to the clipboard
int PhClipboardCopyString( unsigned short ig,
const char *string );
ph
This function is a simple cover function for copying string-only data
to the clipboard. It builds a
PhClipboardHdr entry:
{ "TEXT", strlen(string), string }
and then calls
PhClipboardWrite()
to perform the operation.
The string must be NULL terminated.
Each input group has its own private clipboard, which can be selected
through the ig parameter.
To determine the current input group, call
PhInputGroup(),
passing to it the event that triggered the clipboard operation
(e.g. cbinfo->event).
- 0
- Successful completion.
- -1
- An error occurred.
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
PhClipboardHdr,
PhClipboardPasteString(),
PhClipboardRead(),
PhClipboardWrite()
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/ph/phclipboardcopystring.html on line 115
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/ph/phclipboardcopystring.html on line 115