ExUuidCreate
Windows Driver Kit: Kernel-Mode Driver Architecture
ExUuidCreate

The ExUuidCreate routine initializes a UUID (GUID) structure to a newly generated value.

NTSTATUS 
  ExUuidCreate(
    OUT UUID  *Uuid,
    );

Parameters

Uuid
A pointer to a caller-allocated UUID (GUID) structure that is set to a new UUID value.

Return Value

ExUuidCreate returns STATUS_SUCCESS if successful; otherwise, if the system is not ready to generate a new UUID, it returns STATUS_RETRY.

Comments

A UUID and a GUID are the same data type.

The caller can iteratively attempt to obtain a new UUID value.

Requirements

IRQL: PASSIVE_LEVEL

Headers: Declared in Ntddk.h. Include Ntddk.h.


Send feedback on this topic
Built on November 19, 2009
© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View