mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
#
|
|
# 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
|