问一个估计没人,能回答的编程问题(100)

  • 主题发起人 主题发起人 msfm
  • 开始时间 开始时间
M

msfm

Unregistered / Unconfirmed
GUEST, unregistred user!
function NewExtTextOutW(theDC: HDC; nXStart, nYStart: integer; toOptions: Longint; rect: PRect; Str: Pwidechar; Count: Longint; Dx: PInteger): BOOL; stdcall;type TExtTextOutW=function (theDC: HDC; nXStart, nYStart: integer; toOptions:Longint; rect: PRect; Str: Pwidechar; Count: Longint; Dx: PInteger): BOOL; stdcall;begin Hook[fExtTextOutW].Restore;{暂停截取API,恢复被截的函数}与 BOOL WINAPI ExtTextOutWCallbackProc(HDC hdc, int nXStart, int nYStart, UINT fuOptions, CONST RECT *lprc, LPCWSTR lpszString, UINT cbString, CONST INT *lpDx){if (CurParams && CurParams->Active){ IsInsidePointW(hdc, nXStart, nYStart, lpszString, cbString);} 得到的 nXStart 为何不同 谁知道啊
 
既然没人能回答,路过看热闹。
 
搬个板凳看
 
既然没得人能回答,我来接分(分不能浪费嘛)
 
恩,没人能回答,我打酱油
 
看看热闹吧!
 
不行再做两下俯卧撑
 
是不是系统对,屏幕坐标和窗口坐标做了转换
 
做两下俯卧撑
 
改成做仰卧起坐吧。
 
比较高深的问题,小弟来顶一个!
 
呵呵,我大概知道为什么了,你像这样声明 一下:function NewExtTextOutW(theDC: HDC; var nXStart, nYStart: integer; toOptions: Longint; rect: PRect; Str: Pwidechar; Count: Longint; Dx: PInteger): BOOL; stdcall;
 
打酱油的来了~既然你都认定没人能回答,你还问什么。。多此一举?
 
回答的都不是人!
 
是神仙……[:D]
 
飘....过[:D]
 
飞过……
 
。。。。。。。。。。呱--||呱
 
后退
顶部