Ignore:
Timestamp:
Apr 7, 2009, 9:35:42 PM (15 years ago)
Author:
イグトランス (egtra)
Message:

Imageクラスを追加
(#242)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/basic/function.sbp

    r634 r703  
    905905End Function
    906906
     907Function _System_HashFromGUID(ByRef guid As GUID) As Long
     908    Dim p = VarPtr(guid) As *DWord
     909    _System_HashFromGUID = (p[0] Xor p[1] Xor p[2] Xor p[3]) As Long
     910End Function
     911
    907912/*!
    908913@brief  ObjPtrの逆。ABオブジェクトを指すポインタをObject型へ変換。
Note: See TracChangeset for help on using the changeset viewer.