Help for this page
HANDLE WINAPI WIMCreateFile( ... DWORD dwCompressionType, LPDWORD lpdwCreationResult );
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)