Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the locale name associated with the language name offset information in the dwLanguageNameOffset member of a FILEMUIINFO structure.
Syntax
LPWSTR FILEMUIINFO_GET_CULTURE(
PFILEMUIINFO pInfo
);
Parameters
pInfo
Pointer to the FILEMUIINFO structure.
Return value
Type: LPWSTR
Returns a pointer to the locale name. The macro returns NULL if the language name offset in the structure is not initialized.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | winnls.h (include Windows.h) |