FSF.PasteFromClipboard

Far Manager

PasteFromClipboard

The FSF.PasteFromClipboard function is used to get data from the Windows clipboard.
char* WINAPI PasteFromClipboard(void);

Parameters

None.

Return value

Pointer to string, or NULL if the function has failed.

Remarks

The buffer returned from this function must be freed through a call to the DeleteBuffer function.

Example