_com_error::WCodeToHRESULT
Section spécifique à Microsoft
Mappe wCode 16 bits vers HRESULT 32 bits.
static HRESULT WCodeToHRESULT(
WORD wCode
) throw( );
Paramètres
- wCode
wCode 16 bits à mapper vers HRESULT 32 bits.
Valeur de retour
HRESULT 32 bits mappé à partir de wCode 16 bits.
Notes
Reportez-vous à la fonction membre WCode.
FIN de la section spécifique à Microsoft