Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
569 B

#ifndef _CFILESERVICE_H_
#define _CFILESERVICE_H_
class COleDsFileService: public COleDsService
{
public:
COleDsFileService( IUnknown* );
COleDsFileService( );
~COleDsFileService( );
HRESULT DeleteItem ( COleDsObject* );
HRESULT AddItem ( );
HRESULT MoveItem ( );
HRESULT CopyItem ( );
DWORD GetChildren( DWORD* pTokens, DWORD dwMaxChildren,
CDialog* pQueryStatus,
BOOL* pFilters, DWORD dwFilters );
};
#endif