Error Messages/40257
< Error Messages
Revision as of 22:52, 27 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The first parameter to function LpWrite, lp, must be of type LPTYPE. = Cause = You passed a parameter of a different type than the one expected p…')
Error Message Examples
The first parameter to function LpWrite, lp, must be of type LPTYPE.
Cause
You passed a parameter of a different type than the one expected parameter.
Remedies
Correct the parameter passed to the function to the type expected by the function.
Comments
<comments />
Enable comment auto-refresher