Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
COleClientItem::EnumFormats
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  OLECLIPFORMAT EnumFormats( OLECLIPFORMAT nFormat ) const;
 
  Parameter   Description
 
  <nFormat>   Specifies the format returned by the previous call to the
              EnumFormats member function. For the first call to this
              function, this parameter is NULL. This parameter can be one
              of the predefined Clipboard formats or the value returned by
              the native Windows RegisterClipboardFormat function.
 
  Remarks
 
  Enumerates the Clipboard formats that are available for this OLE client
  item. Call this function in a loop to process all the formats.
 
  Return Value
 
  The next (or first) available format; NULL if no more formats are
  available.
 
 
                                     -♦-