IDA C++ SDK 9.2
Loading...
Searching...
No Matches
help.h File Reference

Go to the source code of this file.

Typedefs

typedef int help_t
 message id from ida.hlp

Functions

idaman THREAD_SAFE const char *ida_export itext (help_t msg_id)
 GCC_DIAG_OFF (format-nonliteral)
NORETURN void Err (help_t format,...)
void Warn (help_t format,...)
void Info (help_t format,...)
int Message (help_t format,...)
int vask_yn (int deflt, help_t format, va_list va)
int ask_yn (int deflt, help_t format,...)
 GCC_DIAG_ON (format-nonliteral)

Typedef Documentation

◆ help_t

typedef int help_t

message id from ida.hlp

Function Documentation

◆ itext()

idaman THREAD_SAFE const char *ida_export itext ( help_t msg_id)

◆ GCC_DIAG_OFF()

GCC_DIAG_OFF ( format- nonliteral)

◆ Err()

NORETURN void Err ( help_t format,
... )
inline

◆ Warn()

void Warn ( help_t format,
... )
inline

◆ Info()

void Info ( help_t format,
... )
inline

◆ Message()

int Message ( help_t format,
... )
inline

◆ vask_yn()

int vask_yn ( int deflt,
help_t format,
va_list va )
inline

◆ ask_yn()

int ask_yn ( int deflt,
help_t format,
... )
inline

◆ GCC_DIAG_ON()

GCC_DIAG_ON ( format- nonliteral)