Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,581 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
hi , experts could you change to vba the following
/ get the URL state structure for this window
URLCtrl *url = (URLCtrl *)GetWindowLong(hwnd, GWL_USERDATA);
dim url As URLCtrl
url=GetWindowLong(hwnd,GWL_USERDATA)
give me a error type mismatch