UCOMITypeInfo.GetMops(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves marshaling information.
public:
void GetMops(int memid, [Runtime::InteropServices::Out] System::String ^ % pBstrMops);
public void GetMops (int memid, out string pBstrMops);
abstract member GetMops : int * string -> unit
Public Sub GetMops (memid As Integer, ByRef pBstrMops As String)
Parameters
- memid
- Int32
The member ID that indicates which marshaling information is needed.
- pBstrMops
- String
A reference to the opcode string used in marshaling the fields of the structure described by the referenced type description, or returns null
if there is no information to return.
Remarks
For additional information about ITypeInfo::GetMops
, see the MSDN Library.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.