April 25, 2024

Dynamic Windows Function [dw_clipboard_set_text]

Syntax

void dw_clipboard_set_text(char *str, int len)

Parameters

char *str: Text to put on the clipboard.
int len: Length of the text.

Description

Sets the contents of the default clipboard to the supplied text.