SECProgressCtrl::AttachProgress

BOOLSECProgressCtrl::AttachProgress(intnCtlID, CWnd*pParentWnd)

Attaches an extended progress control to an existing progress control.

Defined in: progress.cpp

Return Value

Nonzero if successful, otherwise 0.

Parameters

nCtlID

Control id of child progress attachee

pParentWnd

Parent window of progress attachee

Comments

This method is the recommended method of linking to a progress control placed on a dialog template.

See Also

Create

SECProgressCtrl