◄COleClientItem► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation OLE Classes────────────────────────────────────────── void SetData( OLECLIPFORMAT nFormat, HANDLE hData ); Parameter Description <nFormat> Specifies the format in which data is returned. This parameter can be one of the predefined Clipboard formats or the value returned by the native Windows RegisterClipboardFormat function. <hData> Identifies a global memory block, allocated with the Windows GlobalAlloc function, that contains the data in the format specified by the server. Remarks Sends data in the specified format to the server associated with a specified item. An exception is thrown if the server cannot accept data. -♦-