Feb 10, 2009

A Little note for registry of window (2)

REGISTRY VALUE
  • REG_BINARY - This types stores value as binary data. hardware-component info ေတြဟာ binary data အေနနဲ႔ save ပါတယ္။ Hexadecimal format နဲ႔ ျပပါတယ္။
  • REG_DWORD - This types represents data by four bytes number (with Boolean values ) "0" disable, "1" enabled . device driver နဲ႔ သူ႔ရဲ႕service ေတြရဲ႕ parameter ေတြဟာ ဒီ types ေတြနဲ႔ ျဖစ္ၾကပါတယ္။ REGEDIT32 မွာ binary,hexa ,deci ပံုစံ ၃ မ်ိဳးနဲ႔ ျပပါတယ္။ REGEDIT မွာ hexa ,deci ၂ မ်ိဳးနဲ႔သာျပပါတယ္.။
  • REG_EXPAND_SZ An expandable data string that is string containing a variable to be replaced when called by an application . eg. %System Root% ဟာ Window ထဲမွာရွိတဲ့ registry editor ရဲ႕ Location ကုိျပပါတယ္။ ဒါဟာ string တစ္ခုပါပဲ။
  • REG_MULTI_SZ A multiple sting used to represent values that contain lists or multiple values, each entry is separated by a NULL character . (REGEDIT32 မွာသာ ဒီ value ကုိသံုးပါတယ္ )
  • REG_SZ - A standard string ,used to represent human readable text values (ဖတ္လုိ႔ ရတဲ့စာနဲ႔ ေဖာ္ျပပါတယ္ )

No comments:

Post a Comment