Changeset 150 for Include/basic.sbp
- Timestamp:
- Mar 11, 2007, 1:11:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic.sbp
r146 r150 65 65 #endif 66 66 TypeDef DWORD_PTR = ULONG_PTR 67 68 Sub SetPointer(pPtr As VoidPtr, p As VoidPtr) 69 Set_LONG_PTR(pPtr, p As LONG_PTR) 70 End Sub 71 72 Function GetPointer(pPtr As VoidPtr) As VoidPtr 73 GetPointer = Get_LONG_PTR(pPtr) As VoidPtr 74 End Function 67 75 68 76 Sub Set_LONG_PTR(pPtr As VoidPtr, lpData As LONG_PTR)
Note:
See TracChangeset
for help on using the changeset viewer.