次の方法で共有


ISymUnmanagedScope2::GetConstants メソッド

このスコープ内で定義されているローカル定数を取得します。

構文

HRESULT GetConstants(  
     [in]  ULONG32  cConstants,  
     [out] ULONG32  *pcConstants,  
     [out, size_is(cConstants),  
         length_is(*pcConstants)] ISymUnmanagedConstant*
             constants[]);  

パラメーター

cConstants
[in] pcConstants パラメーターが示すバッファーの長さ。

pcConstants
[out] 定数を格納するために必要なバッファーのサイズ (文字数) を受け取る ULONG32 へのポインター。

constants
[out] 定数を格納するバッファー。

戻り値

メソッドが成功した場合は S_OK、それ以外の場合は E_FAIL またはその他のエラー コード。

必要条件

ヘッダー: CorSym.idl、CorSym.h

関連項目