Just search for 'size_t' in MSDN: 

"typedef unsigned int size_t;"

http://msdn2.microsoft.com/en-us/library/bb401794.aspx

Primoz

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Angus Robertson - Magenta Systems Ltd
> Sent: Saturday, December 15, 2007 8:14 PM
> To: twsocket@elists.org
> Subject: Re: [twsocket] Recovering from Error 10555, No buffer space
> available
> 
> > there was another one (forgot wich one). you need to see how many
> > in use for non-paged memory (used by socket and overlapped IO).
> 
> Now found GetPerformanceInfo (XP and better only), which has some
> useful
> elements:
> 
>   SIZE_T KernelTotal;
>   SIZE_T KernelPaged;
>   SIZE_T KernelNonpaged;
> 
> once I find out how to declare size_t in Delphi.
> 
> Also found GlobalMemoryStatusEx which knows about more memory.
> 
> Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to