reciving a handle as an argument.
Posted: Sun May 30, 2004 5:55 am
i am making a dll to close the window calling it. i want to include an argument of HWND type. how do i do it. i tried this
proceduredll clswin(HWND hand)
but pb gives me error. so is there ne other way. see the program using the dll can return its handle to the hand argument.
proceduredll clswin(HWND hand)
but pb gives me error. so is there ne other way. see the program using the dll can return its handle to the hand argument.