Esempio n. 1
0
    public static Stream12 smethod_1(string A_0)
    {
        Interface40 interface2;
        int         num2      = 15;
        int         errorCode = Class359.StgCreateDocfile(A_0, STGM.STGM_CREATE | STGM.STGM_SHARE_EXCLUSIVE | STGM.STGM_READWRITE, 0, out interface2);

        if (errorCode != 0)
        {
            throw new ExternalException(BookmarkStart.b("瘴嘶圸唺刼䬾慀⁂㝄≆⡈㽊⡌潎㉐㱒㡔❖㙘⹚㍜㭞䅠բ౤୦౨䕪", num2), errorCode);
        }
        return(new Stream12 {
            interface40_0 = interface2
        });
    }