-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.todo.py
45 lines (35 loc) · 1.31 KB
/
.todo.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# todo:
# 'D2FFO_COORD'
# 'D2FFO_FONT'
# D2FP_COLUMN_VALUE
# todo:
# ** d2fprgvn_GetValueName(d2fctx, D2FP_ALT_STY, D2FC_ALST_CAUTION, &vname)
# ** returns "Caution" in the vname [OUT] parameter.
# todo:
# ** d2fprgvv_GetValueValue(d2fctx, D2FP_ALT_STY, "Caution", &val)
# ** returns 1 in the val [OUT] parameter.
# todo:
# d2fobdu_Duplicate( d2fctx *pd2fctx, d2fob *new_owner, d2fob *pd2fob_src, d2fob **ppd2fob_dst, text *new_name );
# todo:
# d2fobfo_FindObj(d2fctx *pd2fctx, d2fob *owner, text *name, d2fotyp objtyp, d2fob **ppd2fob );
# todo: property numbers for data sources and arguments..
# 368 -- Query Data Source Columns
# 369 -- Query Data Source Arguments
# 420 -- Insert Procedure Result Set Columns
# 421 -- Insert Procedure Arguments
# 423 -- Update Procedure Result Set Columns
# 424 -- Update Procedure Arguments
# 426 -- Delete Procedure Result Set Columns
# 427 -- Delete Procedure Arguments
# 429 -- Lock Procedure Result Set Columns
# 430 -- Lock Procedure Arguments
# 508 -- Query Column Object
# 509 -- Query Argument Object
# 510 -- Insert Column Object
# 511 -- Insert Argument Object
# 512 -- Update Column Object
# 513 -- Update Argument Object
# 514 -- Delete Column Object
# 515 -- Delete Argument Object
# 516 -- Lock Column Object
# 517 -- Lock Argument Object