NcDetectParameterName accepts the name of a parameter and outputs a language-sensitive displayable name. The function prototype is as follows:
LONG NcDetectParameterName(
WCHAR *pwchParam,
WCHAR *pwchBuffer,
LONG cwchBufferSize
);
If the function returns ERROR_INVALID_PARAMETER, the upper-level components are responsible for providing a displayable name.