list_struct_member

summary: list structure members

description:

The goal of this script is to demonstrate some usage of the type API. In this script, we: * Ask the user for a structure name. It must already be present in the local types. * Retrieve the structure type info from the local type * Extract its type details (udt) * Iterates it members and prints their names.

level: beginner

Functions

main()

Module Contents

list_struct_member.main()