S sonie Unregistered / Unconfirmed GUEST, unregistred user! 2001-04-25 #2 LONG GetWindowLong( HWND hWnd, // handle of window int nIndex // offset of value to retrieve);
B bbkxjy Unregistered / Unconfirmed GUEST, unregistred user! 2001-05-19 #3 GetClassName(hWnd: HWND; //窗口句柄 lpClassName: PChar; //存放窗口类类名字符串的缓冲区 nMaxCount: Integer //以上缓冲区的大小(单位字节) ): Integer; //实际返回类名字符串的长度(单位字节)
GetClassName(hWnd: HWND; //窗口句柄 lpClassName: PChar; //存放窗口类类名字符串的缓冲区 nMaxCount: Integer //以上缓冲区的大小(单位字节) ): Integer; //实际返回类名字符串的长度(单位字节)