Subversion Repositories Kolibri OS

Rev

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

Rev 5871 Rev 5926
Line 3888... Line 3888...
3888
========== Function 71, subfunction 1 - set window caption. ==========
3888
========== Function 71, subfunction 1 - set window caption. ==========
3889
======================================================================
3889
======================================================================
3890
Parameters:
3890
Parameters:
3891
  * eax = 71 - function number
3891
  * eax = 71 - function number
3892
  * ebx = 1 - subfunction number
3892
  * ebx = 1 - subfunction number
3893
  * ecx = pointer to caption string
3893
  * ecx = pointer to zero terminated string
3894
Returned value:
3894
Returned value:
3895
  * function does not return value
3895
  * function does not return value
3896
Remarks:
3896
Remarks:
3897
  * String must be in the ASCIIZ-format. Disregarding real string
3897
  * You may set the caption string encoding by putting
3898
    length, no more than 255 characters are drawn.
3898
    at the start of the string a byte with next values:
-
 
3899
    1 = cp866
-
 
3900
    2 = UTF-16LE
-
 
3901
    3 = UTF-8
-
 
3902
    otherwise will be used cp866.
3899
  * Pass NULL in ecx to remove caption.
3903
  * Pass NULL in ecx to remove caption.
Line 3900... Line 3904...
3900
 
3904
 
3901
======================================================================
3905
======================================================================
3902
=============== Function 72 - send message to a window. ==============
3906
=============== Function 72 - send message to a window. ==============