Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
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.
 
 
                                     -♦-