Clearsilver.CSTContext.cs_register_fileload C# (CSharp) 메소드

cs_register_fileload() 개인적인 메소드

private cs_register_fileload ( CSPARSE csp, void ctx, [ cb ) : void
csp CSPARSE
ctx void
cb [
리턴 void
        static unsafe extern void cs_register_fileload(CSPARSE* csp, void* ctx,
               [MarshalAs(UnmanagedType.FunctionPtr)] CSFILELOAD cb);