次の方法で共有


UCOMITypeInfo.GetMops メソッド

マーシャリング情報を取得します。

Sub GetMops( _
   ByVal memid As Integer, _   <Out()> ByRef pBstrMops As String _)
[C#]
void GetMops(
   intmemid,   out stringpBstrMops);
[C++]
void GetMops(
   intmemid,   [   Out] String** pBstrMops);
[JScript]
function GetMops(
   memid : int,pBstrMops : String);

パラメータ

  • memid
    必要なマーシャリング情報を示すメンバ ID。
  • pBstrMops
    参照先の型の説明で記述される構造体のフィールドのマーシャリングに使用するオペコード文字列への参照。返す情報がない場合は、 null 参照 (Visual Basic では Nothing) を返します。

解説

ITypeInfo::GetMops の詳細については、MSDN ライブラリを参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

UCOMITypeInfo インターフェイス | UCOMITypeInfo メンバ | System.Runtime.InteropServices 名前空間