AdminFiles Object [C++]

Use this object for read-only access to server-side files. Different methods are provided to access binary and text files, respectively.

ProgID:   Commerce.AdminFiles (Externally creatable)
COM Class Name:   CAdminFiles
Type Library Name:   Commerce Admin 1.0 Type Library
DLL Name:   MSCSadmin.dll
Threading Model:   Both

[C++]

COM Interface Name:   IAdminFiles
Interface ID Constant:   None
Header File:   None

[C++] In C++, use the IAdminFiles interface to access the methods of the AdminFiles object.

Methods

[C++]

Method Description
ReadFromBinaryFile Reads the content of the specified binary file.
ReadFromFile Reads the content of the specified text file.

[Visual Basic]

Method Description
ReadFromBinaryFile Reads the content of the specified binary file.
ReadFromFile Reads the content of the specified text file.

See Also

General Purpose Objects

Copyright © 2005 Microsoft Corporation.
All rights reserved.