In the NT 4.0 IFS kit header file, this function is defined. My code
compiles correctly, but there is a linker error finding this function.
What gives?
Jamey
In the NT 4.0 IFS kit header file, this function is defined. My code
compiles correctly, but there is a linker error finding this function.
What gives?
Jamey
Jamey Kirby wrote:
In the NT 4.0 IFS kit header file, this function is defined. My code
compiles correctly, but there is a linker error finding this function.What gives?
I think you can use ExAcquireResourceExclusiveLite(Resource, FALSE) instead.
Yes, I know. Thanks for the input, but I was trying to use the functions
documented in the DDK documentation and header files. The code has always
been using ExAcquireResourceExclusiveLite(). I am just curious why this
function is prototyped and documented yet does not exist.
Jamey
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Filip Navara
Sent: Friday, November 19, 2004 8:07 AM
To: Windows File Systems Devs Interest List
Subject: Re: [ntfsd] ExTryToAcquireResourceExclusiveLite?
Jamey Kirby wrote:
In the NT 4.0 IFS kit header file, this function is defined. My code
compiles correctly, but there is a linker error finding this function.What gives?
I think you can use ExAcquireResourceExclusiveLite(Resource, FALSE) instead.
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@tfb.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
> been using ExAcquireResourceExclusiveLite(). I am just curious why this
function is prototyped and documented yet does not exist.
Maybe it should be a macro ?
L.