L_EpnGetDefaultNamingOptions

#include "l_eprint.h"

L_INT EXT_FUNCTION L_EpnGetDefaultNamingOptions (pNamingOptions, uStructSize);

EPNNAMINGOPTIONS L_FAR * pNamingOptions;

/* pointer to a structure */

L_UINT uStructSize;

/* size in bytes, of the structure pointed to by pNamingOptions */

Gets the default file naming options.

Parameter

Description

pNamingOptions

Pointer to an EPNNAMINGOPTIONS structure to be updated with the default file naming options.

uStructSize

Size in bytes, of the structure pointed to by pNamingOptions, for versioning. Use sizeof(EPNNAMINGOPTIONS).

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:

L_EpnGetDefaultRenamingOptions

Topics:

ePrint: Get Default Naming and Renaming Files Options

Example

For an example, refer to L_EpnInstallOEMPrinter.