Hi
When searching msdn for answers, often you find methods where the possible return values are descibed as constants. (Atleast when working with apis)
for example:
How am I supposed to know what PROCESSOR_ARCHITECTURE_SHX has for value? I dont want to guess
So, easy question does anyone know of a page where the constants are listed? Or is there any function in VS to retrieve those constants.
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
When searching msdn for answers, often you find methods where the possible return values are descibed as constants. (Atleast when working with apis)
for example:
msdn said:wProcessorArchitecture
The system's processor architecture. The following list shows the possible values for this member:
PROCESSOR_ARCHITECTURE_INTEL
PROCESSOR_ARCHITECTURE_MIPS
PROCESSOR_ARCHITECTURE_UNKNOWN
PROCESSOR_ARCHITECTURE_SHX
PROCESSOR_ARCHITECTURE_ARM
How am I supposed to know what PROCESSOR_ARCHITECTURE_SHX has for value? I dont want to guess
So, easy question does anyone know of a page where the constants are listed? Or is there any function in VS to retrieve those constants.
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!