Help for this page

Select Code to Download


  1. or download this
    HANDLE
    WINAPI
    WIMCreateFile(
    ...
        DWORD   dwCompressionType,
        LPDWORD lpdwCreationResult
        );
    
  2. or download this
    use Win32::API;
    use Data::Dumper;
    ...
    # P: value is a pointer (to a string, structure, etc...)
    # S: value is a Win32::API::Struct object (see below)
    # K: value is a Win32::API::Callback object (see Win32::API::Callback)