Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:lcp

1498 	PWL_CREATEPARAM lcp = cp;

1499 lcp.pParentWnd = this;
1500 lcp.dwFlags = PWS_VISIBLE | PWS_CHILD;
1501 lcp.eCursorType = FXCT_NESW;
1502 lcp.sTextColor = sTextColor;
1503 m_pLBBox->Create(lcp);