L_EpnGetDefaultRenamingOptions
#include "l_eprint.h"
L_INT EXT_FUNCTION L_EpnGetDefaultRenamingOptions (pRenamingOptions, nStructSize)
|
EPNRENAMINGOPTIONS L_FAR * pRenamingOptions; |
/* pointer to a structure */ |
|
L_INT nStructSize; |
/* size in bytes, of the structure pointed to by pRenamingOptions */ |
Gets the default file renaming options.
|
Parameter |
Description |
|
pRenamingOptions |
Pointer to an EPNRENAMINGOPTIONS structure to be updated with the default file renaming options. |
|
nStructSize |
Size in bytes, of the structure pointed to by pRenamingOptions, for versioning. Use sizeof(EPNRENAMINGOPTIONS). |
Returns
|
SUCCESS |
The function was successful. |
|
< 1 |
An error occurred. Refer to Return Codes. |
Comments
Support for Basic functionality must be unlocked by calling the L_EpnUnlockSupport function before using this function.
Required DLLs and Libraries
|
LPKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to ePrint Files. |
See Also
|
Functions: |
|
|
Topics: |
Example
For an example, refer to L_EpnInstallOEMPrinter.