Help for this page

Select Code to Download


  1. or download this
    ..........
    pe32.dwSize = sizeof( PROCESSENTRY32 );
    ...
    
    .....
    
  2. or download this
    typedef struct tagPROCESSENTRY32 {  
    DWORD dwSize;  
    ...
    TCHAR szExeFile[MAX_PATH];
    } PROCESSENTRY32,  *PPROCESSENTRY32;
    
  3. or download this
    wchar_t *        T_PV
    .......
    .......
    T_PV
        sv_setpv((SV*)$arg, $var);
    
  4. or download this
    : error C2664: 'Perl_sv_setpv' : cannot convert parameter 3 from 'WCHA
    +R [260]' to 'const char *const ' (I think it more makes sense tho)