1. Using C/C++ constants
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 25, 2004
- 536 views
Looking at some msdn pages... I see that if I pass the constant INFINITE to a particular c functions, I'll get particular behaviour... But how can I find what value that is, so that I can pass it to the c function? -- MrTrick
2. Re: Using C/C++ constants
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 25, 2004
- 530 views
On Thu, 25 Nov 2004 14:12:28 +1100, Patrick Barnes <mrtrick at gmail.com> wrote: > Looking at some msdn pages... I see that if I pass the constant > INFINITE to a particular c functions, I'll get particular behaviour... > > But how can I find what value that is, so that I can pass it to the c > function? > -- > MrTrick > Nevermind, I found WINBASE.H and WINNT.H ... very informative. -- MrTrick