php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
deplister.c File Reference
#include <windows.h>
#include <stdio.h>
#include <imagehlp.h>

Go to the source code of this file.

Functions

BOOL CALLBACK StatusRoutine (IMAGEHLP_STATUS_REASON reason, PCSTR image_name, PCSTR dll_name, ULONG_PTR va, ULONG_PTR param)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 44 of file deplister.c.

◆ StatusRoutine()

BOOL CALLBACK StatusRoutine ( IMAGEHLP_STATUS_REASON reason,
PCSTR image_name,
PCSTR dll_name,
ULONG_PTR va,
ULONG_PTR param )

Definition at line 24 of file deplister.c.