9 lines
251 B
C
9 lines
251 B
C
#ifndef _SELECTIONSETPARAM_H_
|
|
#define _SELECTIONSETPARAM_H_
|
|
|
|
#define CKPGUID_SELECTIONSET CKGUID(0x4da941d0,0x6c33fc1)
|
|
|
|
CKERROR RegisterCKSelectionSetParameter(CKContext* context);
|
|
CKERROR UnRegisterCKSelectionSetParameter(CKContext* context);
|
|
|
|
#endif |