October, 2009 - LogIn SDK - Windows SDK team blog - Site Home - MSDN Blogs
Sign In
LogIn SDK - Windows SDK team blog
#define _WIN32_WINNT
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Access Denied
Ankit
Balajee
Base
certificate
CreateRemoteThread
Crypto
CryptographicException
integrity level
LogonUser
Mahatab
Networking
Nitin
performance counters
Prateek
Sandeep
Security
Service
setsockopt
Shamik
signtool
Token
UAC
windows media
windows media encoder
Archive
Archives
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)
October, 2009
MSDN Blogs
>
LogIn SDK - Windows SDK team blog
>
October, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
LogIn SDK - Windows SDK 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 3 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...
LogIn SDK - Windows SDK team blog
Get the MAC address of a machine/device whose IP Address is known
Posted
over 3 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...
LogIn SDK - Windows SDK team blog
Enable or Disable “Enable write caching on disk” behavior on disk
Posted
over 3 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...
LogIn SDK - Windows SDK team blog
Check membership of a group from user’s process access token
Posted
over 3 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...
Page 1 of 1 (4 items)