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 Response to "REGISTRY Value"

Post a Comment

powered by Blogger