pe_method_to_string |
Creates a string representation of a method
void pe_method_to_string (PE_METHOD method, char buffer[PE_BUFFER_MAX]);
method | The method object |
buffer | The string representation of the object |
This function creates a string representation of the method object in the format:
METHOD["name"].
None
METHOD["Geocentric_Translation"]