Difference between revisions of "84PCE:Syscalls:021D40"

From WikiTI
Jump to: navigation, search
(Created page with "AppInit 021D40 - AppInit == Synopsis == '''Hypothesized Official Name:''' AppInit '''C Function Address...")
(No difference)

Revision as of 10:51, 22 September 2015

Synopsis

Hypothesized Official Name: AppInit

C Function Address: 021D40h

Function Prototype

void AppInit(int*);

Arguments

  • int* - Pointer to custom vector table to copy.

Returns

  • None (void)