Changeset 457 for trunk/Include/basic
- Timestamp:
- Mar 6, 2008, 9:49:43 PM (17 years ago)
- Location:
- trunk/Include/basic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/basic/command.sbp
r391 r457 247 247 FileNumber-- 248 248 249 WriteFile(_System_hFile(FileNumber), buf, Len(buf), VarPtr(dwAccessByte), ByVal 0)249 WriteFile(_System_hFile(FileNumber), StrPtr(buf), Len(buf), VarPtr(dwAccessByte), ByVal 0) 250 250 End Sub 251 251 -
trunk/Include/basic/function.sbp
r400 r457 946 946 @author Egtra 947 947 @date 2007/08/24 948 @param[in] p COMインタフェースを指すポインタ948 @param[in] p オブジェクトを指すポインタ 949 949 @return Object参照型 950 950 */
Note:
See TracChangeset
for help on using the changeset viewer.