Difference between revisions of "Error Messages/40257"
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…') |
AManandhar (talk | contribs) (→Cause) |
||
Line 5: | Line 5: | ||
= Cause = | = Cause = | ||
− | You passed a parameter of a different type than the one expected | + | You passed a parameter of a different type than the one expected. |
= Remedies = | = Remedies = |
Revision as of 22:52, 27 January 2010
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.
Remedies
Correct the parameter passed to the function to the type expected by the function.
Comments
<comments />
Enable comment auto-refresher