IPropertyPageSite::GetLocaleID method
Retrieves the locale identifier (an LCID) that a property page can use to adjust its locale-specific settings.
Syntax
HRESULT GetLocaleID( [out] LCID *pLocaleID );
Parameters
- pLocaleID [out]
-
A pointer to a variable that receives the locale identifier. See Language Identifier Constants and Strings.
Return value
This method can return the following values.
| Return code | Description |
|---|---|
|
The method completed successfully. |
|
The address in pLocaleID is not valid. For example, it may be NULL. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IPropertyPageSite is defined as B196B28C-BAB4-101A-B69C-00AA00341D07 |
See also
Show: