12 lines
		
	
	
		
			390 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			390 B
		
	
	
	
		
			C++
		
	
	
	
| #pragma once
 | |
| #include <guiddef.h>
 | |
| 
 | |
| // {C2569A74-12FE-4E06-8F02-8DF13E39A266}
 | |
| const GUID PARENT_HANDLE_PAYLOAD =
 | |
| { 0xc2569a74, 0x12fe, 0x4e06, { 0x8f, 0x2, 0x8d, 0xf1, 0x3e, 0x39, 0xa2, 0x66 } };
 | |
| 
 | |
| // {CB5230ED-04FA-4C47-B606-AC09B2777601}
 | |
| const GUID RANDOM_DATA_PAYLOAD =
 | |
| { 0xcb5230ed, 0x4fa, 0x4c47, { 0xb6, 0x6, 0xac, 0x9, 0xb2, 0x77, 0x76, 0x1 } };
 | |
| 
 | |
| typedef unsigned int random_payload_t; |