IDAPython 9.0
Loading...
Searching...
No Matches
_IdcFunction Class Reference
Inheritance diagram for _IdcFunction:

Public Member Functions

 __init__ (self, ctxptr)
 
 __call__ (self, args, res)
 

Public Attributes

 ctxptr = ctxptr
 
 cb = _IDCFUNC_CB_T(self)
 

Properties

 fp_ptr = property(lambda self: ctypes.cast(self.cb, ctypes.c_void_p).value)
 

Detailed Description

Internal class that calls pyw_call_idc_func() with a context

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
ctxptr )

Member Function Documentation

◆ __call__()

__call__ ( self,
args,
res )

Member Data Documentation

◆ cb

cb = _IDCFUNC_CB_T(self)

◆ ctxptr

ctxptr = ctxptr

Property Documentation

◆ fp_ptr

fp_ptr = property(lambda self: ctypes.cast(self.cb, ctypes.c_void_p).value)
static

The documentation for this class was generated from the following file: