| VideoInteropMkParseDisplayName Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static int MkParseDisplayName(
	IBindCtx pbc,
	string szUserName,
	ref int pchEaten,
	out IMoniker ppmk
)
Public Shared Function MkParseDisplayName ( 
	pbc As IBindCtx,
	szUserName As String,
	ByRef pchEaten As Integer,
	<OutAttribute> ByRef ppmk As IMoniker
) As Integer
public:
static int MkParseDisplayName(
	IBindCtx^ pbc, 
	String^ szUserName, 
	int% pchEaten, 
	[OutAttribute] IMoniker^% ppmk
)
static member MkParseDisplayName : 
        pbc : IBindCtx * 
        szUserName : string * 
        pchEaten : int byref * 
        ppmk : IMoniker byref -> int 
Parameters
- pbc
 - Type: System.Runtime.InteropServices.ComTypesIBindCtx
 - szUserName
 - Type: SystemString
 - pchEaten
 - Type: SystemInt32
 - ppmk
 - Type: System.Runtime.InteropServices.ComTypesIMoniker
 
Return Value
Type: 
Int32
See Also