Sign in
Windows SDK Support Team Blog
#define _WIN32_WINNT
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
October, 2009
Search
Tags
Access Denied
Base
certificate
Certification
CreateProcessAsUser
CreateProcessWithLogonW
Crypto
CryptographicException
integrity level
LogonUser
LogonUser()
Microsoft Platform Ready Test Tool
MPR Test Tool
Networking
performance counters
Security
Service
SeTcbPrivilege
setsockopt
signtool
Token
UAC
windows media
windows media encoder
WTSQueryUserToken
Monthly Archives
Archives
May 2013
(3)
April 2013
(2)
March 2013
(2)
February 2013
(3)
January 2013
(1)
September 2012
(2)
November 2010
(3)
August 2010
(2)
May 2010
(12)
January 2010
(7)
December 2009
(2)
November 2009
(30)
October 2009
(4)
September 2009
(1)
August 2009
(1)
July 2009
(7)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows SDK Support Team Blog
Check membership of a group from user’s process access token
Posted
over 4 years ago
by
Prateek Kr Dubey
0
Comments
Question may be, I need to check If the user belong to a particular group or not? There are NetUser* APIs available in NetApi32.lib to list the groups a user belong to a group. You can actually check but then you will need to compare the string of the...
Windows SDK Support Team Blog
Enable or Disable “Enable write caching on disk” behavior on disk
Posted
over 4 years ago
by
Prateek Kr Dubey
0
Comments
Couple of times I got a question to <Enable or Disable “Enable write caching on disk” behavior on disk>, How to do it programmatically on Windows? When I got this question for the first time, it was tough but doing research I was able to solve it...
Windows SDK Support Team Blog
Get the MAC address of a machine/device whose IP Address is known
Posted
over 4 years ago
by
Prateek Kr Dubey
0
Comments
Sometime you may be in a situation to get the MAC address of a machine/device whose IP Address is known. Conventional way like using NetBios or GetAdaptersInfo or GetAdaptersAddresses can give the MAC address of the same machine where the code is running...
Windows SDK Support Team Blog
You may get a crash in Windows Media Player if you register and select a plug-in implemented in a multi-threading context and if you have not marshalled the pointers correctly.
Posted
over 4 years ago
by
Prateek Kr Dubey
0
Comments
Two points to remember before you write your Windows Media Player plug-in using the WMP public interfaces. 1. WMP interfaces are not thread safe. 2. WMP's public interfaces can be used on different threads as long as you make sure that you have...
Page 1 of 1 (4 items)