Sack Library Documentation
|
IMPORT_METHOD CTEXTSTR CPROC GetRegisteredValueExx(PCLASSROOT root, CTEXTSTR name_class, CTEXTSTR name, int bIntVal); IMPORT_METHOD CTEXTSTR CPROC GetRegisteredValueEx(CTEXTSTR name_class, CTEXTSTR name, int bIntVal); IMPORT_METHOD CTEXTSTR CPROC GetRegisteredValue(CTEXTSTR name_class, CTEXTSTR name); IMPORT_METHOD CTEXTSTR CPROC GetRegisteredValueExx(CTEXTSTR root, CTEXTSTR name_class, CTEXTSTR name, int bIntVal); IMPORT_METHOD int CPROC GetRegisteredIntValueEx(PCLASSROOT root, CTEXTSTR name_class, CTEXTSTR name);
Parameters |
Description |
PCLASSROOT root |
Root class to start searching from |
CTEXTSTR name_class |
An additional sub-path to get the name from |
CTEXTSTR name |
the name within the path specified |
int bIntVal |
a true/false whether to get the string or integer value from the specified node. |
A pointer to a string if bIntVal is not set. (NULL if there was no string).
Otherwise will be an int shorter than or equal to the size of a pointer, which should be cast to an int if bIntVal is set, and there is a value registered there. Probably 0 if no value, so registered 0 value and no value is indistinguisable.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|