bvGetPaperTypes
The function returns a pointer to an internal array of paper sizes.
BESTVIEWAPI(LONG) bvGetPaperTypes(PAPERSIZETYPE ** ppPaperSizeType,
LONG * pnCount );
Parameters:
-
ppPaperSizeType
- a pointer to pointer to PAPERSIZETYPE structure
-
pnCount - a pointer to LONG value where the number of
structures is saved
Return value: nonzero means success, zero - failure.