Re: Instr()
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
There's no question that API does NOT mean simply the win32 api. This is a
definition adopted by the VB community long after the term was created.
I'm hardly about to start writing to websites about it tho.
I agree there, API certainly does NOT refer only to the Win32 API. However,
your inclusion of intrinsic commands as part of the API is...unusual, shall
we say? The word "unique" actually comes to mind, but there's probably one
or two other people out there who would agree with you.
Rob
.
Relevant Pages
- Re: Help Regarding Dual Core/ HT Processors
... He is writing to the OS API ... ... not writing his own "OS" on top of intel CPU so your points are not really aligned to his original question. ... Snip from MSDN ... They are not limited by the Windows API. ... (microsoft.public.win32.programmer.kernel) - Re: Economy of Expression
... I'm interested in what helps you get more done while writing less code. ... for example, in many cases, it may well be most sensible to base the interface around abstract function calls, avoid any complex types, instead making use of void pointers or integer handles. ... pieces should be as general-purpose as is reasonable as well. ... for example, if some abitrary internal property exists which changes the external behavior of the API, it should be either made external, or be made an explicit part of the API's design. ... (comp.programming) - Re: Allocating memory / Writing large files
... Write Data to a File Using WriteFile API"). ... > dynamically allocate memory followed by writing it all out to a file ... > This memory will be filled by an external routine to which I will just ... > Writing this out, however, is a different story. ... (microsoft.public.vb.general.discussion) - Re: Allocating memory / Writing large files
... Write Data to a File Using WriteFile API"). ... > dynamically allocate memory followed by writing it all out to a file ... > This memory will be filled by an external routine to which I will just ... > Writing this out, however, is a different story. ... (microsoft.public.vb.winapi) - Re: Need an STL (std:string) API call example
... >> Joseph M. Newcomer wrote: ... >>> I'm writing a little utility and thought I would include in it the code ... >>> allocate a buffer and fill it up with an API call. ... (microsoft.public.vc.mfc) |
|