Tsukikage.DirectShow.RunningObjectTableEntry.CreateItemMoniker C# (CSharp) Méthode

CreateItemMoniker() private méthode

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