Environment (OpenInsight 32-bit Specific)
At 23 JUL 2002 11:16:25PM Jonathan Bird wrote:
Should the method described here
work with Windows XP Pro and OI32?
At 23 JUL 2002 11:40PM Pat McNerthney wrote:
No, GetDOSEnvironment is a Win16 API. I'd recommend using this Win32 API:
Note that there is an ANSI and a UNICODE version of the API.
Pat