in reply to Re^2: How to create a File Handle Struct with Win32::API::Struct
in thread How to create a File Handle Struct with Win32::API::Struct
You seem to be completely misunderstanding the nature of a handle. A handle is an opaque identifier (32-bit number) given to you by the system in response to a request that allocates a system resource. You can't just make one up, because the associated resource would be missing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to create a File Handle Struct with Win32::API::Struct
by way (Sexton) on Dec 24, 2009 at 20:31 UTC | |
by ikegami (Patriarch) on Dec 24, 2009 at 23:37 UTC |