Subversion Repositories Kolibri OS

Rev

Rev 5542 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5542 Rev 5554
Line 67... Line 67...
67
    $mov ebx,#getinfo_file_70.func
67
    $mov ebx,#getinfo_file_70.func
68
    $int 0x40
68
    $int 0x40
69
}
69
}
Line 70... Line 70...
70
 
70
 
-
 
71
///////////////////////////
-
 
72
//   Èçìåíåíèå ïàðàìåòðîâ ôàéëà    //
-
 
73
///////////////////////////
-
 
74
:f70 setinfo_file_70;
-
 
75
:dword SetFileInfo(dword file_path, bdvk_struct)
-
 
76
{    
-
 
77
    setinfo_file_70.func = 6;
-
 
78
    setinfo_file_70.param1 = 
-
 
79
    setinfo_file_70.param2 = 
-
 
80
    setinfo_file_70.param3 = 0;
-
 
81
    setinfo_file_70.param4 = bdvk_struct;
-
 
82
    setinfo_file_70.rezerv = 0;
-
 
83
    setinfo_file_70.name = file_path;
-
 
84
    $mov eax,70
-
 
85
    $mov ebx,#setinfo_file_70.func
-
 
86
    $int 0x40
-
 
87
}
-
 
88
 
71
///////////////////////////
89
///////////////////////////
72
//   Çàïóñê ïðîãðàììû    //
90
//   Çàïóñê ïðîãðàììû    //
73
///////////////////////////
91
///////////////////////////
74
:f70 run_file_70;
92
:f70 run_file_70;
75
:signed int RunProgram(dword run_path, run_param)
93
:signed int RunProgram(dword run_path, run_param)