ITypeInfo::GetMops Method (Int32, String^)

 

Retrieves marshaling information.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

void GetMops(
	int memid,
	[OutAttribute] String^% pBstrMops
)

Parameters

memid
Type: System::Int32

Member identifier that indicates which marshaling information is needed.

pBstrMops
Type: System::String^

On return, pointer to the opcode string used in marshaling the members of the structure described by the referenced type description, or returns NULL if there is no information to return.

Return to top
Show: