How to get system constance???

  • Thread starter Thread starter zurg
  • Start date Start date
Z

zurg

Many function uses system constans like S_OK or
RPC_E_NO_GOOD_SECURITY_PACKAGES...
Where should I look for them?
Propably it's obvious - but not for me...
Please help
zurg
 
Or, more generally (if you want them local), install the PSDK (download the
Platform SDK from Microsoft). It includes the *.h files (C header files)
that have all of this info in them. I generally just do a search on *.h in
the "include" folder for the search term I want.

Jerry
 
* "Someone said:
Or, more generally (if you want them local), install the PSDK (download the
Platform SDK from Microsoft). It includes the *.h files (C header files)
that have all of this info in them. I generally just do a search on *.h in
the "include" folder for the search term I want.

That's the "preferred" "hard" way. Notice that the header files can be
installed with VS.NET too.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top