mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
8 lines
226 B
Text
8 lines
226 B
Text
#
|
|
# print the mechanism list for a given token
|
|
#
|
|
set slotID slotList[i]
|
|
C_GetMechanismList slotID NULL mechCount
|
|
NewArray mechanismList CK_ULONG mechcount
|
|
C_GetMechanismList slotID mechanismList mechCount
|
|
print mechanismList
|