Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7707 Alex2003 1
2
xmlns:o="urn:schemas-microsoft-com:office:office"
3
xmlns:w="urn:schemas-microsoft-com:office:word"
4
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
5
xmlns="http://www.w3.org/TR/REC-html40">
6
 
7
8
9
10
11
12
13
31
32
33
332
418
448
449
 
450
451
 
452
453
 
454

Back

457
style='mso-ansi-language:RU'> to main
458
style='mso-bidi-font-weight:normal'>

459
 
460

 

463
 
464

Function 34 -

467
find out who owns the point of the screen

468
 
469

 

472
 
473

Options:

476
 
477

  * eax =

480
34 - function number

481
 
482

  * ebx =

485
x-coordinate (relative to the screen)

486
 
487

  * ecx =

490
y-coordinate (relative to screen)

491
 
492

 

495
 
496

Return value:

499
 
500

  * eax =

503
0x000000XX - the point belongs to the slot of the window N. With incorrect
504
values ​​of ebx and ecx,
505
the function returns 0

506
 
507

  * Function takes values ​​from [_

510
class=SpellE>WinMapAddress]

511
 
512

 

515
 
516

Constants for registers:

519
 
520

  eax -

523
SF_GET_PIXEL_OWNER (34)

524
 
525
526
 
527
528
 
529