Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:icp

463 	PWL_CREATEPARAM icp = this->GetCreationParam();

464 icp.pParentWnd = this;
465 icp.dwFlags = PWS_CHILD | PWS_VISIBLE | PWS_BACKGROUND;
466 pNoteItem->Create(icp);
1485 PWL_CREATEPARAM icp = cp;
1486 icp.pParentWnd = this;
1487 icp.dwFlags = PWS_VISIBLE | PWS_CHILD;
1488 m_pIcon->Create(icp);