in reply to Win32::API::Struct: Pointers of Pointers
Since you are not going to benefit from compile time pointer checking, dodge the issue and change the prototype to one that avoids the unknown type
my $func = import_api_ex( 'advapi32', 'DWORD QueryUsersOnEncryptedFile(LPCWSTR lpFileName, LPVOID* +pUsers)' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::API::Struct: Pointers of Pointers
by esskar (Deacon) on Jun 29, 2006 at 05:48 UTC | |
by BrowserUk (Patriarch) on Jun 29, 2006 at 07:21 UTC | |
|
Re^2: Win32::API::Struct: Pointers of Pointers
by esskar (Deacon) on Jun 29, 2006 at 08:25 UTC | |
by BrowserUk (Patriarch) on Jun 29, 2006 at 12:18 UTC | |
by esskar (Deacon) on Jun 29, 2006 at 13:36 UTC | |
by BrowserUk (Patriarch) on Jun 29, 2006 at 13:59 UTC | |
by esskar (Deacon) on Jun 29, 2006 at 15:26 UTC | |
|