Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns PScript5's private DEVMODE structure to allow its plugins to determine its size.
Syntax
void GET_UNIDRV_PRIVATE_DEVMODE_SIZE(
pdm
);
Parameters
pdm
Contains the size of the private DEVMODE structure.
Return value
None
Remarks
#define GET_UNIDRV_PRIVATE_DEVMODE_SIZE(pdm) \
( ( (pdm)->dmDriverExtra > (FIELD_OFFSET(UNIDRV_PRIVATE_DEVMODE, wSize) + sizeof(WORD)) ) ? \
((PUNIDRV_PRIVATE_DEVMODE)((PBYTE)(pdm) + (pdm)->dmSize))->wSize : 0 )
Requirements
Requirement | Value |
---|---|
Header | printoem.h (include Printoem.h) |