forked from KolibriOS/kolibrios
OpenDialog - some documentation for memory
git-svn-id: svn://kolibrios.org@3381 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
91386937c1
commit
118798208f
@ -1,6 +1,6 @@
|
||||
;*****************************************************************************
|
||||
; Open Dialog - for Kolibri OS
|
||||
; Copyright (c) 2009, 2010, Marat Zakiyanov aka Mario79, aka Mario
|
||||
; Copyright (c) 2009-2013, Marat Zakiyanov aka Mario79, aka Mario
|
||||
; All rights reserved.
|
||||
;
|
||||
; Redistribution and use in source and binary forms, with or without
|
||||
@ -25,7 +25,19 @@
|
||||
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
;*****************************************************************************
|
||||
|
||||
;---------------------------------------------------------------------
|
||||
;Some documentation for memory
|
||||
;
|
||||
;area name db 'FFFFFFFF_open_dialog',0 ; FFFFFFFF = PID
|
||||
;
|
||||
; communication area data
|
||||
;dd 0 ; flag
|
||||
; 0 - empty, 1 - file for open, 2 -folder for open,
|
||||
; 3 - cancel, 4 - path=name of area 6822.
|
||||
;db 4092 ; path to file
|
||||
;dd 0 ; flag 0 - no filtration, 1 - filtering
|
||||
;db 4092 ; area for storage of filtering values
|
||||
;---------------------------------------------------------------------
|
||||
use32
|
||||
org 0x0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user