Public Declare PtrSafe Function GetDC Lib "user32" (ByVal hwnd As LongPtr) As LongPublic Declare PtrSafe Function GetDeviceCaps Lib "gdi32" (ByVal hdc As LongPtr, ByVal nIndex As LongPtr) As LongPublic Declare PtrSafe Function ReleaseDC Lib "user32" (ByVal hwnd As LongPtr, ByVal hdc...
问由于Private Declare语句的位置而导致编译错误EN从下面的代码中可以看到,这一行在一个函数中,所以我...