Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
; ------------------------------------------------------------------------------ ; RegItems with %11% or %25% are substituted on NT ; with %SystemRoot%\whatever. But this needs to be REG_EXPAND_SZ! ; The flag 131072 (0x20000) will make the item REG_EXPAND_SZ, ; Any entrys that go into the registry that contain ; %SYS_MOD_PATH%, %11%, %25% MUST have this flag set. (w95 ignores it). ; ------------------------------------------------------------------------------
; ------------------------------------------------------------------------------ ; CLSID_DatabaseSession HKCR,CLSID\%CLSID_DIRECTDB_DatabaseSession%,,,"CLSID_DatabaseSession" HKCR,CLSID\%CLSID_DIRECTDB_DatabaseSession%\InprocServer32,,131072,%SYS_MOD_PATH% HKCR,CLSID\%CLSID_DIRECTDB_DatabaseSession%\InProcServer32,ThreadingModel,,"Both"
|