Implementing the Status Constructor
The constructor for your implementation of the IMAPIStatus interface must do the following:
- Store the pointer to the XPLogon object passed in the first parameter to the constructor.
- Store the pointer to the profile section object passed in the second parameter to the constructor.
- Initialize the status object's reference count mechanism.
- If the profile section pointer is not NULL, call the AddRef method on the profile section object.