Re: Synchronous Queue in VC++

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"Tim Roberts" wrote:
"Interlocked Singly Linked Lists"
http://msdn2.microsoft.com/en-US/library/ms684121.aspx

It's interesting that this took so long to move to user mode. These exact
APIs, as well as the doubly-linked equivalents, have been available in the
NT DDK since day one.

I agree. Sometimes it's beyond me why it takes ages for useful API to surface. In Vista there are even more useful objects like one-time initialization or condition variables. Alas, these functions are late for at least 10 years. Nobody writes against Win32 API anymore.

Alex

.



Relevant Pages

  • Re: TextWidth() Alternative?
    ... For almost all other jobs the VB TextWidth method is fine and although ... I would use the GetTextExtentPoint32A API to get the width, ... the exact width for some reason. ... one of which is the cumulative errors that can occur on devices that do ...
    (microsoft.public.vb.general.discussion)
  • Re: TextWidth() Alternative?
    ... In that case the best method would be to use GetTextExtentPoint32A in order to get the exact width of the line of text so that you could calculate the correct value to pass to the SetTextJustification API. ... I suggested getting the width of an entire string in one go using the GetTextExtentPoint32 API. ... I specifically advised *against* getting individual character by character widths and adding them up. ...
    (microsoft.public.vb.general.discussion)
  • Trapping Events using C++
    ... in Microsoft Office (MS Word and Excel to be exact) that doesn't require the ... Anyone know what that API call is? ...
    (microsoft.public.office.developer.vba)
  • Re: PL2303 driver guide ?
    ... >>similar service under NDA. ... > Thanks Meindert, ... > May be that API is the exact thing I need now. ...
    (comp.arch.embedded)