Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::app::registry::GetRegisteredValueExx Function
C++
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.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!