Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a function that creates a GUID froma string, similar to what StringFromGUID2 does but the other way round?
You can use RPC_STATUS RPC_ENTRY UuidFromString( unsigned char* StringUuid, UUID* Uuid ); taken from Platform SDK Help.
RPC_STATUS RPC_ENTRY UuidFromString( unsigned char* StringUuid, UUID* Uuid );