Lines Matching defs:when

54     CS_OPT_SKIPDATA       ' Skip data when disassembling. Then engine is in SKIPDATA mode.

89 'NOTE: All information in cs_detail is only available when CS_OPT_DETAIL = CS_OPT_ON
128 ' available even when CS_OPT_DETAIL = CS_OPT_OFF
132 address As Currency ' Address (EIP) of this instruction available even when CS_OPT_DETAIL = CS_OPT_OFF UNSIGNED
133 size As Integer ' Size of this instruction available even when CS_OPT_DETAIL = CS_OPT_OFF UNSIGNED
134 bytes(0 To 15) As Byte ' Machine bytes of this instruction, with number of bytes indicated by @size above available even when CS_OPT_DETAIL = CS_OPT_OFF
135 mnemonic(0 To 31) As Byte ' Ascii text of instruction mnemonic available even when CS_OPT_DETAIL = CS_OPT_OFF
136 op_str(0 To 159) As Byte ' Ascii text of instruction operands available even when CS_OPT_DETAIL = CS_OPT_OFF
139 ' NOTE: detail pointer is only valid when both requirements below are met:
142 ' NOTE 2: when in Skipdata mode, or when detail mode is OFF, even if this pointer
144 lpDetail As Long ' points to a cs_detail structure NOTE: only available when CS_OPT_DETAIL = CS_OPT_ON
227 ' Close CS handle: MUST do to release the handle when it is not used anymore.
228 ' NOTE: this must be only called when there is no longer usage of Capstone,
267 ' Report the last error number when some API function fail.
308 ' when cs_disasm() runs uncontrollably (until either end of input buffer, or
309 ' when it encounters an invalid instruction).
379 ' NOTE: when no longer in use, you can reclaim the memory allocated for
409 ' @count=0, when cs_disasm() runs uncontrollably (until either end of input
410 ' buffer, or when it encounters an invalid instruction).
433 ' WARN: when in 'diet' mode, this API is irrelevant because engine does not
452 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
471 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
490 ' NOTE: this API is only valid when detail option is ON (which is OFF by default).
492 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
512 ' NOTE: this API is only valid when detail option is ON (which is OFF by default)
514 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
533 ' NOTE: this API is only valid when detail option is ON (which is OFF by default)
535 ' WARN: when in 'diet' mode, this API is irrelevant because the engine does not
553 ' NOTE: this API is only valid when detail option is ON (which is OFF by default)
573 ' NOTE: this API is only valid when detail option is ON (which is OFF by default)