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...
#If VBA7 ThenPrivate Declare PtrSafe Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As LongPrivate Declare PtrSafe Function GetDC Lib "user32" (ByVal hwnd As Long) As LongPrivate Declare PtrSafe Function GetDeviceCaps Lib "...
1. DML(data manipulation language)数据操纵语言:比如SELECT、UPDATE、INSERT、DELETE等操作,主要用来对...