Unique file name

I need to create a unique file name for a file in kernel mode. I was hoping to use a kernel mode equivelent of guidgen. But, I don’t know where to find such an api.

Any help?

Thanks
Larry

ExUuidCreate().

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@sbcglobal.net
Sent: Monday, July 23, 2007 4:03 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Unique file name

I need to create a unique file name for a file in kernel mode. I was hoping
to use a kernel mode equivelent of guidgen. But, I don’t know where to find
such an api.

Any help?

Thanks
Larry


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@privtek.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Try using ExUuidCreate.

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

Thanks!