mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
- [Win32k] Add comments to text functions.
svn path=/trunk/; revision=44312
This commit is contained in:
parent
7d4a441c15
commit
41cbf8aa2b
1 changed files with 23 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
/** Functions *****************************************************************/
|
/** Functions *****************************************************************/
|
||||||
|
|
||||||
|
/*
|
||||||
|
flOpts :
|
||||||
|
GetTextExtentPoint32W = 0
|
||||||
|
GetTextExtentPointW = 1
|
||||||
|
*/
|
||||||
BOOL
|
BOOL
|
||||||
FASTCALL
|
FASTCALL
|
||||||
GreGetTextExtentW(
|
GreGetTextExtentW(
|
||||||
|
@ -65,6 +70,12 @@ GreGetTextExtentW(
|
||||||
return Result;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
fl :
|
||||||
|
GetTextExtentExPointW = 0 and everything else that uses this.
|
||||||
|
GetTextExtentExPointI = 1
|
||||||
|
*/
|
||||||
BOOL
|
BOOL
|
||||||
FASTCALL
|
FASTCALL
|
||||||
GreGetTextExtentExW(
|
GreGetTextExtentExW(
|
||||||
|
@ -235,6 +246,12 @@ NtGdiGetTextCharsetInfo(
|
||||||
return Ret;
|
return Ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
fl :
|
||||||
|
GetTextExtentExPointW = 0 and everything else that uses this.
|
||||||
|
GetTextExtentExPointI = 1
|
||||||
|
*/
|
||||||
W32KAPI
|
W32KAPI
|
||||||
BOOL
|
BOOL
|
||||||
APIENTRY
|
APIENTRY
|
||||||
|
@ -389,6 +406,12 @@ NtGdiGetTextExtentExW(
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
flOpts :
|
||||||
|
GetTextExtentPoint32W = 0
|
||||||
|
GetTextExtentPointW = 1
|
||||||
|
*/
|
||||||
BOOL
|
BOOL
|
||||||
APIENTRY
|
APIENTRY
|
||||||
NtGdiGetTextExtent(HDC hdc,
|
NtGdiGetTextExtent(HDC hdc,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue