Common OD breakpoints

Source: Internet
Author: User
Common breakpoint (in OD)
Interception window:
BP createwindow creation window
BP createmediawex (a) creation window
BP showwindow display window
BP updatewindow update window
BP getwindowtext (a) obtains the window text
Intercept message box:
BP MessageBox (A) (create a message box)
BP messageboxexa create message box
BP messageboxindirect (a) creates a custom message box
Interception warning:
BP messagebeep sends a system warning sound (if there is no sound card, the system speaker is directly driven)
Interception dialog box:
BP dialogbox create mode dialog box
BP dialogboxparam (a) create mode dialog box
BP dialogboxindirect create mode dialog box
BP dialogboxindirectparam (a) create mode dialog box
Create non-modal dialog box of BP createdialog
BP createdialogparam (a) create a non-Modal Dialog Box
BP createdialogindirect create non-Modal Dialog Box
Bp CreateDialogIndirectParam (A) create A non-Modal Dialog Box
Bp GetDlgItemText (A) to obtain the text of the dialog box
Bp GetDlgItemInt: obtains the integer of the dialog box.
Intercept clipboard:
Bp GetClipboardData obtains the Clipboard data
Interception registry:
Bp RegOpenKey ()
Bp RegOpenKeyEx
Bp RegQueryValue (A) Search for child keys
Bp RegQueryValueEx
Bp RegSetValue (A) sets the child key
Bp RegSetValueEx ()
Function restrictions:
Bp EnableMenuItem: Disable or allow menu items
Bp EnableWindow: Disable or allow a window
Interception time:
Bp GetLocalTime get local time
Bp GetSystemTime obtains the system time
Bp GetFileTime
Bp GetTickCount: the number of milliseconds that have elapsed since the system was successfully started.
Bp GetCurrentTime get current time (16 bits)
Bp SetTimer create Timer
Bp TimerProc timer timeout callback function
Interception file:
Bp CreateFileA creates or opens a file (32-bit)
Bp OpenFile open file (32-bit)
Bp ReadFile Read File (32-bit)
Bp WriteFile Write File (32-bit)
Interception drive:
Bp GetDriveTypeA to obtain the disk drive type
Bp GetLogicalDrives
Bp GetLogicalDriveStringsA obtains the root drive path of all current logical drives


★★Vbprogram-specific breakpoint★★
Whether the bp _ vbaStrCmp string is equal
Whether the bp _ vbaStrComp string is equal
Whether the bp _ vbaStrComp string is equal
Bp _ vbaVarTstEq: whether the variables are equal
Bp _ vbaStrCopy copy string
Bp _ vbaStrMove move string
Bp MultiByteToWideChar ANSI string to Unicode string
Conversion of bp WideCharToMultiByte Unicode string to ANSI string

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.