AddPage
when nID == 0, Page is assumed to be already initialized with ID else, Page ID is overwritten by the supplied ID. Use ID if same classes instances are used for various pages. Otherwise, initializing ID from constructor can be used with default ID.
BOOL AddPage( int nID )
BOOL AddPage( PropertyPage & PropPage, int nID = 0 )
Dialog.h