Tsukikage.DirectShow.RunningObjectTableEntry.CreateItemMoniker C# (CSharp) Method

CreateItemMoniker() private method

private CreateItemMoniker ( [ lpszDelim, [ lpszItem, System &ppmk ) : int
lpszDelim [
lpszItem [
ppmk System
return int
        static extern int CreateItemMoniker(
            [MarshalAs(UnmanagedType.LPWStr)] string lpszDelim,
            [MarshalAs(UnmanagedType.LPWStr)] string lpszItem,
            out System.Runtime.InteropServices.ComTypes.IMoniker ppmk);