1 |
3.464729 |
BODYLOCATION |
Enum |
|
|
|
|
|
|
typedef enum tagBODYLOCATION {
IBL_ROOT, // Get the root body of the message
IBL_PARENT, // Parent of pInRelation
IBL_FIRST, // First Child
IBL_LAST, // Last Child
IBL_NEXT, // Next Sibling
IBL_PREVIOUS // Previous Sibling
} BODYLOCATION;
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\mimeole.idl(1944,0) |
|