IUIHostLocale2.GetUILocale(UInt32) Método

Definição

Retorna o identificador de localidade da interface do usuário do host.

public:
 int GetUILocale([Runtime::InteropServices::Out] System::UInt32 % plcid);
int GetUILocale([Runtime::InteropServices::Out] unsigned int & plcid);
public int GetUILocale (out uint plcid);
abstract member GetUILocale : uint32 -> int
Public Function GetUILocale (ByRef plcid As UInteger) As Integer

Parâmetros

plcid
UInt32

[out, retval] Ponteiro para o identificador exclusivo da localidade da interface do usuário.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Implementações

Comentários

Assinatura COM

De uilocale. idl:

HRESULT IUIHostLocale2::GetUILocale(  
   [out, retval] LCID *plcid  
);  

Aplica-se a