RE: Pointers to some memory

2003-03-03 Thread Damman Pascal
From: Damman Pascal [EMAIL PROTECTED] I am trying to use the runtime library netapi32 (using Win32::API) to enumerate the groups on a domain. I get the result ERROR_MORE_DATA and 85 groups returned, so the function works well. BUT: You have to let allocate memory by the runtime

RE: Pointers to some memory

2003-03-03 Thread Jenda Krynicky
From: Damman Pascal [EMAIL PROTECTED] From: Damman Pascal [EMAIL PROTECTED] I am trying to use the runtime library netapi32 (using Win32::API) to enumerate the groups on a domain. I get the result ERROR_MORE_DATA and 85 groups returned, so the function works well. BUT: You have to let