pe_method_to_string

Creates a string representation of a method

Usage syntax

void pe_method_to_string (PE_METHOD method, char buffer[PE_BUFFER_MAX]);

Parameters
method The method object
buffer The string representation of the object
Description

This function creates a string representation of the method object in the format:
METHOD["name"].

Returns

None

Examples

METHOD["Geocentric_Translation"]