Win32API::GUID - Perl extension for creating GUID.


Win32API-GUID documentation  | view source Contained in the Win32API-GUID distribution.

Index


NAME

Top

Win32API::GUID - Perl extension for creating GUID.

SYNOPSIS

Top

  use Win32API::GUID;
  print CreateGuid(); 

ABSTRACT

Top

Win32API::GUID module provides very simple interface to Windows CoCreateGuid() function and returns a string representation of newly generated GUID.

DESCRIPTION

Top

Win32API::GUID contains the single function CreateGuid() that returns new GUID every time it is called.

AUTHOR

Top

Andrew Shitov, <andy@shitov.ru>

COPYRIGHT AND LICENSE

Top


Win32API-GUID documentation  | view source Contained in the Win32API-GUID distribution.