Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef struct RILPHONEBOOKINFO {
DWORD cbSize;
DWORD dwParams;
DWORD dwUsed;
DWORD dwTotal;
DWORD dwMaxAddressLength;
DWORD dwMaxTextLength;
DWORD dwMaxAdditionalNumbers;
DWORD dwMaxAdditionalNumberLength;
DWORD dwMaxAdditionalNumberTextLength;
DWORD dwUsedAdditionalNumberStrings;
DWORD dwTotalAdditionalNumberStrings;
DWORD dwMaxEmails;
DWORD dwMaxEmailAddressLength;
DWORD dwMaxGroups;
DWORD dwMaxGroupStringLength;
DWORD dwUsedGroupStrings;
DWORD dwTotalGroupStrings;
DWORD dwMaxSecondNameStringLength;
} RILPHONEBOOKINFO, *LPRILPHONEBOOKINFO;
Members
cbSize
dwParams
dwUsed
dwTotal
dwMaxAddressLength
dwMaxTextLength
dwMaxAdditionalNumbers
dwMaxAdditionalNumberLength
dwMaxAdditionalNumberTextLength
dwUsedAdditionalNumberStrings
dwTotalAdditionalNumberStrings
dwMaxEmails
dwMaxEmailAddressLength
dwMaxGroups
dwMaxGroupStringLength
dwUsedGroupStrings
dwTotalGroupStrings
dwMaxSecondNameStringLength
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |