Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: pack()ing Win32 Structures

by mothra (Hermit)
on May 06, 2002 at 02:27 UTC ( [id://164212]=note: print w/replies, xml ) Need Help??


in reply to Re: pack()ing Win32 Structures
in thread pack()ing Win32 Structures

'P' and 'N' are constants defined in Win32::API, not strings. The third parameter to new Win32::API should be an anonymous list or an array reference, not a string literal
'GetTimeZoneInformation', [P], N
FWIW, according to the documentation, string literals are allowed for specifying the types of the parameters.

Replies are listed 'Best First'.
Re: Re: Re: pack()ing Win32 Structures
by jsprat (Curate) on May 06, 2002 at 03:55 UTC
    You must have a newer version of Win32::API than I do. The docs in mine say:

    The third parameter, the input parameter list, specifies how many arguments the function wants, and their types. It MUST be passed as a list reference.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://164212]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-23 11:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found