CChkSGFiles.New function
Last modified: February 22, 2013
Applies to: Exchange Server 2003 | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013
Creates a new instance of the CChkSGFiles class. You must call this function before you can specify the storage group and databases to be checked.
Static CCheckSGFiles * __stdcall New ();
The New function creates a CCheckSGFiles object and returns to the caller a reference (pointer) to that object. You must call this function before it calls any of the other functions in the CCheckSGFiles class.
If you're using CHKSGFILES in a multithreaded application, you must call the New function in the single-threaded portion of the application, and you can call it only once for each CCheckSGFiles object.
Show: