IUIHostLocale::GetUILocale Method (UInt32)

 

Returns the UI locale identifier of the host.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetUILocale(
	[OutAttribute] unsigned int% plcid
)

Parameters

plcid
Type: System::UInt32

[out, retval] Pointer to the unique identifier of the UI locale.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK OK. If it fails, it returns an error code.

From uilocale.idl:

HRESULT IUIHostLocale::GetUILocale(
   [out, retval] LCID *plcid
);
Return to top
Show: