Miscellaneous parameter settings.
DWORD lncMiscSetPar(
DWORD dwPar,
DWORD dwVal
);
Parameters
dwPar
- (in) registry parameter is one of the following defines:
- LNCP_AUTOLOGIN - Administrator auto login
- LNCP_SHOW_NETWORK - shows network
- LNCP_SHOW_LEGACY_NETWORK - shows legacy network
- LNCP_SHOW_LEGACY_SETTINGS - shows legacy settings
dwVal
- (in) Setting the dwPar to this value:
- 0 = No
- 1 or non-zero-value = Yes
Return values
Zero for success.
LNCE_NOACESS - registry access denied.
LNCE_WRITERR - registrywrite failed.
LKNCE_PAR_NFND - invalid registry parameter.
Errors
None.
Requirements
Versions |
Defined in |
Include |
Link to |
INtime 7.0 |
intime/nt/include/lnc.h |
lnc.h |
lnc.lib |
See Also