This function does not cause the data to be rendered.
Applications can put information in the clipboard in their own private format. Use the following function calls to create and query a private format:
fDataPlaced = WinSetClipbrdData(hab, ulh, WinAddAtom(WinQuerySystemAtomTable(), "Private Data Type"), flFmtInfo);
ulData = WinQueryClipbrdData(hab, WinFindAtom(WinQuerySystemAtomTable(), "Private Data Type"));