Lines Matching full:token
27 Retrieves a token number based on a token name.
29 Returns the token number associated with the PCD token specified by TokenName.
30 If TokenName is not a valid token in the token space, then the module will not build.
32 @param TokenName The name of the PCD token to retrieve the token number for.
34 @return The token number associated with the PCD.
41 Retrieves a Boolean PCD feature flag based on a token name.
44 If TokenName is not a valid token in the token space, then the module will not build.
47 @param TokenName The name of the PCD token to retrieve a current value for.
56 Retrieves an 8-bit fixed PCD token value based on a token name.
58 Returns the 8-bit value for the token specified by TokenName.
59 If TokenName is not a valid token in the token space, then the module will not build.
62 @param TokenName The name of the PCD token to retrieve a current value for.
64 @return 8-bit value for the token specified by TokenName.
71 Retrieves a 16-bit fixed PCD token value based on a token name.
73 Returns the 16-bit value for the token specified by TokenName.
74 If TokenName is not a valid token in the token space, then the module will not build.
77 @param TokenName The name of the PCD token to retrieve a current value for.
79 @return 16-bit value for the token specified by TokenName.
86 Retrieves a 32-bit fixed PCD token value based on a token name.
88 Returns the 32-bit value for the token specified by TokenName.
89 If TokenName is not a valid token in the token space, then the module will not build.
92 @param TokenName The name of the PCD token to retrieve a current value for.
94 @return 32-bit value for the token specified by TokenName.
101 Retrieves a 64-bit fixed PCD token value based on a token name.
103 Returns the 64-bit value for the token specified by TokenName.
104 If TokenName is not a valid token in the token space, then the module will not build.
107 @param TokenName The name of the PCD token to retrieve a current value for.
109 @return 64-bit value for the token specified by TokenName.
116 Retrieves a Boolean fixed PCD token value based on a token name.
118 Returns the Boolean value for the token specified by TokenName.
119 If TokenName is not a valid token in the token space, then the module will not build.
122 @param TokenName The name of the PCD token to retrieve a current value for.
124 @return The Boolean value for the token.
131 Retrieves a pointer to a fixed PCD token buffer based on a token name.
133 Returns a pointer to the buffer for the token specified by TokenName.
134 If TokenName is not a valid token in the token space, then the module will not build.
137 @param TokenName The name of the PCD token to retrieve a current value for.
146 Retrieves an 8-bit binary patchable PCD token value based on a token name.
148 Returns the 8-bit value for the token specified by TokenName.
149 If TokenName is not a valid token in the token space, then the module will not build.
152 @param TokenName The name of the PCD token to retrieve a current value for.
154 @return An 8-bit binary patchable PCD token value.
160 Retrieves a 16-bit binary patchable PCD token value based on a token name.
162 Returns the 16-bit value for the token specified by TokenName.
163 If TokenName is not a valid token in the token space, then the module will not build.
166 @param TokenName The name of the PCD token to retrieve a current value for.
168 @return A 16-bit binary patchable PCD token value.
175 Retrieves a 32-bit binary patchable PCD token value based on a token name.
177 Returns the 32-bit value for the token specified by TokenName.
178 If TokenName is not a valid token in the token space, then the module will not build.
181 @param TokenName The name of the PCD token to retrieve a current value for.
183 @return A 32-bit binary patchable PCD token value.
190 Retrieves a 64-bit binary patchable PCD token value based on a token name.
192 Returns the 64-bit value for the token specified by TokenName.
193 If TokenName is not a valid token in the token space, then the module will not build.
196 @param TokenName The name of the PCD token to retrieve a current value for.
198 @return A 64-bit binary patchable PCD token value.
205 Retrieves a Boolean binary patchable PCD token value based on a token name.
207 Returns the Boolean value for the token specified by TokenName.
208 If TokenName is not a valid token in the token space, then the module will not build.
211 @param TokenName The name of the PCD token to retrieve a current value for.
213 @return The Boolean value for the token.
220 Retrieves a pointer to a binary patchable PCD token buffer based on a token name.
222 Returns a pointer to the buffer for the token specified by TokenName.
223 If TokenName is not a valid token in the token space, then the module will not build.
226 @param TokenName The name of the PCD token to retrieve a current value for.
228 @return A pointer to the buffer for the token.
235 Sets an 8-bit binary patchable PCD token value based on a token name.
237 Sets the 8-bit value for the token specified by TokenName. Value is returned.
238 If TokenName is not a valid token in the token space, then the module will not build.
241 @param TokenName The name of the binary patchable PCD token to set the current value for.
251 Sets a 16-bit binary patchable PCD token value based on a token name.
253 Sets the 16-bit value for the token specified by TokenName. Value is returned.
254 If TokenName is not a valid token in the token space, then the module will not build.
257 @param TokenName The name of the binary patchable PCD token to set the current value for.
267 Sets a 32-bit binary patchable PCD token value based on a token name.
269 Sets the 32-bit value for the token specified by TokenName. Value is returned.
270 If TokenName is not a valid token in the token space, then the module will not build.
273 @param TokenName The name of the binary patchable PCD token to set the current value for.
283 Sets a 64-bit binary patchable PCD token value based on a token name.
285 Sets the 64-bit value for the token specified by TokenName. Value is returned.
286 If TokenName is not a valid token in the token space, then the module will not build.
289 @param TokenName The name of the binary patchable PCD token to set the current value for.
299 Sets a Boolean binary patchable PCD token value based on a token name.
301 Sets the Boolean value for the token specified by TokenName. Value is returned.
302 If TokenName is not a valid token in the token space, then the module will not build.
305 @param TokenName The name of the binary patchable PCD token to set the current value for.
315 Sets a pointer to a binary patchable PCD token buffer based on a token name.
317 Sets the buffer for the token specified by TokenName. Buffer is returned.
322 If TokenName is not a valid token in the token space, then the module will not build.
328 @param TokenName The name of the binary patchable PCD token to set the current value for.
344 Retrieves an 8-bit PCD token value based on a token name.
346 Returns the 8-bit value for the token specified by TokenName.
347 If TokenName is not a valid token in the token space, then the module will not build.
349 @param TokenName The name of the PCD token to retrieve a current value for.
351 @return 8-bit value for the token specified by TokenName.
358 Retrieves a 16-bit PCD token value based on a token name.
360 Returns the 16-bit value for the token specified by TokenName.
361 If TokenName is not a valid token in the token space, then the module will not build.
363 @param TokenName The name of the PCD token to retrieve a current value for.
365 @return 16-bit value for the token specified by TokenName.
372 Retrieves a 32-bit PCD token value based on a token name.
374 Returns the 32-bit value for the token specified by TokenName.
375 If TokenName is not a valid token in the token space, then the module will not build.
377 @param TokenName The name of the PCD token to retrieve a current value for.
379 @return 32-bit value for the token specified by TokenName.
386 Retrieves a 64-bit PCD token value based on a token name.
388 Returns the 64-bit value for the token specified by TokenName.
389 If TokenName is not a valid token in the token space, then the module will not build.
391 @param TokenName The name of the PCD token to retrieve a current value for.
393 @return 64-bit value for the token specified by TokenName.
400 Retrieves a pointer to a PCD token buffer based on a token name.
402 Returns a pointer to the buffer for the token specified by TokenName.
403 If TokenName is not a valid token in the token space, then the module will not build.
405 @param TokenName The name of the PCD token to retrieve a current value for.
414 Retrieves a Boolean PCD token value based on a token name.
416 Returns the Boolean value for the token specified by TokenName.
417 If TokenName is not a valid token in the token space, then the module will not build.
419 @param TokenName The name of the PCD token to retrieve a current value for.
421 @return A Boolean PCD token value.
428 Retrieves the size of a fixed PCD token based on a token name.
430 Returns the size of the token specified by TokenName.
431 If TokenName is not a valid token in the token space, then the module will not build.
433 @param[in] TokenName The name of the PCD token to retrieve a current value size for.
442 Retrieves the size of a binary patchable PCD token based on a token name.
444 Returns the size of the token specified by TokenName.
445 If TokenName is not a valid token in the token space, then the module will not build.
447 @param[in] TokenName The name of the PCD token to retrieve a current value size for.
456 Retrieves the size of the PCD token based on a token name.
458 Returns the size of the token specified by TokenName.
459 If TokenName is not a valid token in the token space, then the module will not build.
461 @param[in] TokenName The name of the PCD token to retrieve a current value size for.
470 Retrieve the size of a given PCD token.
472 Returns the size of the token specified by TokenNumber and Guid.
477 @param[in] TokenNumber The PCD token number to retrieve a current value size for.
486 Sets an 8-bit PCD token value based on a token name.
488 Sets the 8-bit value for the token specified by TokenName. Value is returned.
489 If TokenName is not a valid token in the token space, then the module will not build.
491 @param TokenName The name of the PCD token to retrieve a current value for.
501 Sets a 16-bit PCD token value based on a token name.
503 Sets the 16-bit value for the token specified by TokenName. Value is returned.
504 If TokenName is not a valid token in the token space, then the module will not build.
506 @param TokenName The name of the PCD token to retrieve a current value for.
516 Sets a 32-bit PCD token value based on a token name.
518 Sets the 32-bit value for the token specified by TokenName. Value is returned.
519 If TokenName is not a valid token in the token space, then the module will not build.
521 @param TokenName The name of the PCD token to retrieve a current value for.
531 Sets a 64-bit PCD token value based on a token name.
533 Sets the 64-bit value for the token specified by TokenName. Value is returned.
534 If TokenName is not a valid token in the token space, then the module will not build.
536 @param TokenName The name of the PCD token to retrieve a current value for.
546 Sets a pointer to a PCD token buffer based on a token name.
548 Sets the buffer for the token specified by TokenName. Buffer is returned.
554 If TokenName is not a valid token in the token space, then the module will not build.
559 @param TokenName The name of the PCD token to set the current value for.
570 Sets a Boolean PCD token value based on a token name.
572 Sets the Boolean value for the token specified by TokenName. Value is returned.
573 If TokenName is not a valid token in the token space, then the module will not build.
575 @param TokenName The name of the PCD token to set the current value for.
585 Sets a 8-bit PCD token value based on a token name.
587 Sets the 8-bit value for the token specified by TokenName.
588 If TokenName is not a valid token in the token space, then the module will not build.
590 @param TokenName The name of the PCD token to retrieve a current value for.
599 Sets a 16-bit PCD token value based on a token name.
601 Sets the 16-bit value for the token specified by TokenName.
602 If TokenName is not a valid token in the token space, then the module will not build.
604 @param TokenName The name of the PCD token to retrieve a current value for.
613 Sets a 32-bit PCD token value based on a token name.
615 Sets the 32-bit value for the token specified by TokenName.
616 If TokenName is not a valid token in the token space, then the module will not build.
618 @param TokenName The name of the PCD token to retrieve a current value for.
627 Sets a 64-bit PCD token value based on a token name.
629 Sets the 64-bit value for the token specified by TokenName.
630 If TokenName is not a valid token in the token space, then the module will not build.
632 @param TokenName The name of the PCD token to retrieve a current value for.
641 Sets a pointer to a PCD token buffer based on a token name.
643 Sets the buffer for the token specified by TokenName.
649 If TokenName is not a valid token in the token space, then the module will not build.
654 @param TokenName The name of the PCD token to set the current value for.
667 Sets a boolean PCD token value based on a token name.
669 Sets the boolean value for the token specified by TokenName.
670 If TokenName is not a valid token in the token space, then the module will not build.
672 @param TokenName The name of the PCD token to retrieve a current value for.
681 Retrieves a token number based on a GUID and a token name.
683 Returns the token number for the token specified by Guid and TokenName.
684 If TokenName is not a valid token in the token space, then the module will not build.
688 @param TokenName The name of the PCD token to retrieve a current value for.
690 @return Return the token number.
696 Retrieves an 8-bit PCD token value based on a GUID and a token name.
698 Returns the 8-bit value for the token specified by Guid and TokenName.
699 If TokenName is not a valid token in the token space specified by Guid,
706 @param TokenName The name of the PCD token to retrieve a current value for.
708 @return An 8-bit PCD token value.
714 Retrieves a 16-bit PCD token value based on a GUID and a token name.
716 Returns the 16-bit value for the token specified by Guid and TokenName.
717 If TokenName is not a valid token in the token space specified by Guid,
724 @param TokenName The name of the PCD token to retrieve a current value for.
726 @return A 16-bit PCD token value.
733 Retrieves a 32-bit PCD token value based on a GUID and a token name.
735 Returns the 32-bit value for the token specified by Guid and TokenName.
736 If TokenName is not a valid token in the token space specified by Guid,
743 @param TokenName The name of the PCD token to retrieve a current value for.
745 @return A 32-bit PCD token value.
752 Retrieves a 64-bit PCD token value based on a GUID and a token name.
754 Returns the 64-bit value for the token specified by Guid and TokenName.
755 If TokenName is not a valid token in the token space specified by Guid,
762 @param TokenName The name of the PCD token to retrieve a current value for.
764 @return A 64-bit PCD token value.
771 Retrieves a pointer to a PCD token buffer based on a GUID and a token name.
773 Returns a pointer to the buffer for the token specified by Guid and TokenName.
774 If TokenName is not a valid token in the token space specified by Guid,
781 @param TokenName The name of the PCD token to retrieve a current value for.
783 @return A pointer to a PCD token buffer.
790 Retrieves a Boolean PCD token value based on a GUID and a token name.
792 Returns the Boolean value for the token specified by Guid and TokenName.
793 If TokenName is not a valid token in the token space specified by Guid,
800 @param TokenName The name of the PCD token to retrieve a current value for.
802 @return A Boolean PCD token value.
811 Sets an 8-bit PCD token value based on a GUID and a token name.
813 Sets the 8-bit value for the token specified by Guid and TokenName. Value is returned.
814 If TokenName is not a valid token in the token space specified by Guid,
821 @param TokenName The name of the PCD token to set the current value for.
831 Sets a 16-bit PCD token value based on a GUID and a token name.
833 Sets the 16-bit value for the token specified by Guid and TokenName. Value is returned.
834 If TokenName is not a valid token in the token space specified by Guid,
841 @param TokenName The name of the PCD token to set the current value for.
851 Sets a 32-bit PCD token value based on a GUID and a token name.
853 Sets the 32-bit value for the token specified by Guid and TokenName. Value is returned.
854 If TokenName is not a valid token in the token space specified by Guid,
861 @param TokenName The name of the PCD token to set the current value for.
871 Sets a 64-bit PCD token value based on a GUID and a token name.
873 Sets the 64-bit value for the token specified by Guid and TokenName. Value is returned.
874 If TokenName is not a valid token in the token space specified by Guid,
881 @param TokenName The name of the PCD token to set the current value for.
891 Sets a pointer to a PCD token buffer based on a GUID and a token name.
893 Sets the buffer for the token specified by Guid and TokenName. Buffer is returned.
899 If TokenName is not a valid token in the token space specified by Guid,
908 @param TokenName The name of the PCD token to set the current value for.
920 Sets a Boolean PCD token value based on a GUID and a token name.
922 Sets the Boolean value for the token specified by Guid and TokenName. Value is returned.
923 If TokenName is not a valid token in the token space specified by Guid,
930 @param TokenName The name of the PCD token to set the current value for.
941 Sets an 8-bit PCD token value based on a GUID and a token name.
943 Sets the 8-bit value for the token specified by Guid and TokenName.
944 If TokenName is not a valid token in the token space specified by Guid,
951 @param TokenName The name of the PCD token to set the current value for.
960 Sets an 16-bit PCD token value based on a GUID and a token name.
962 Sets the 16-bit value for the token specified by Guid and TokenName.
963 If TokenName is not a valid token in the token space specified by Guid,
970 @param TokenName The name of the PCD token to set the current value for.
979 Sets an 32-bit PCD token value based on a GUID and a token name.
981 Sets the 32-bit value for the token specified by Guid and TokenName.
982 If TokenName is not a valid token in the token space specified by Guid,
989 @param TokenName The name of the PCD token to set the current value for.
998 Sets an 64-bit PCD token value based on a GUID and a token name.
1000 Sets the 64-bit value for the token specified by Guid and TokenName.
1001 If TokenName is not a valid token in the token space specified by Guid,
1008 @param TokenName The name of the PCD token to set the current value for.
1017 Sets a pointer to a PCD token buffer based on a GUID and a token name.
1019 Sets the buffer for the token specified by Guid and TokenName.
1025 If TokenName is not a valid token in the token space specified by Guid,
1034 @param TokenName The name of the PCD token to set the current value for.
1046 Sets an boolean PCD token value based on a GUID and a token name.
1048 Sets the boolean value for the token specified by Guid and TokenName.
1049 If TokenName is not a valid token in the token space specified by Guid,
1056 @param TokenName The name of the PCD token to set the current value for.
1071 associated with a PCD token.
1084 This function provides a means by which to retrieve a value for a given PCD token.
1086 Returns the 8-bit value for the token specified by TokenNumber.
1088 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1090 @return Returns the 8-bit value for the token specified by TokenNumber.
1101 This function provides a means by which to retrieve a value for a given PCD token.
1103 Returns the 16-bit value for the token specified by TokenNumber.
1105 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1107 @return Returns the 16-bit value for the token specified by TokenNumber.
1118 This function provides a means by which to retrieve a value for a given PCD token.
1120 Returns the 32-bit value for the token specified by TokenNumber.
1122 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1124 @return Returns the 32-bit value for the token specified by TokenNumber.
1135 This function provides a means by which to retrieve a value for a given PCD token.
1137 Returns the 64-bit value for the token specified by TokenNumber.
1139 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1141 @return Returns the 64-bit value for the token specified by TokenNumber.
1152 This function provides a means by which to retrieve a value for a given PCD token.
1154 Returns the pointer to the buffer of the token specified by TokenNumber.
1156 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1158 @return Returns the pointer to the token specified by TokenNumber.
1169 This function provides a means by which to retrieve a value for a given PCD token.
1171 Returns the Boolean value of the token specified by TokenNumber.
1173 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1175 @return Returns the Boolean value of the token specified by TokenNumber.
1186 This function provides a means by which to retrieve the size of a given PCD token.
1188 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1190 @return Returns the size of the token specified by TokenNumber.
1201 This function provides a means by which to retrieve a value for a given PCD token.
1203 Returns the 8-bit value for the token specified by TokenNumber and Guid.
1209 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1223 This function provides a means by which to retrieve a value for a given PCD token.
1225 Returns the 16-bit value for the token specified by TokenNumber and Guid.
1231 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1245 Returns the 32-bit value for the token specified by TokenNumber and Guid.
1250 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1264 This function provides a means by which to retrieve a value for a given PCD token.
1266 Returns the 64-bit value for the token specified by TokenNumber and Guid.
1272 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1286 This function provides a means by which to retrieve a value for a given PCD token.
1288 Returns the pointer to the buffer of token specified by TokenNumber and Guid.
1294 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1308 This function provides a means by which to retrieve a value for a given PCD token.
1310 Returns the Boolean value of the token specified by TokenNumber and Guid.
1316 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1330 This function provides a means by which to retrieve the size of a given PCD token.
1332 Returns the size of the token specified by TokenNumber and Guid.
1338 @param[in] TokenNumber The PCD token number to retrieve a current value for.
1353 This function provides a means by which to set a value for a given PCD token.
1355 Sets the 8-bit value for the token specified by TokenNumber
1358 @param[in] TokenNumber The PCD token number to set a current value for.
1373 This function provides a means by which to set a value for a given PCD token.
1375 Sets the 16-bit value for the token specified by TokenNumber
1378 @param[in] TokenNumber The PCD token number to set a current value for.
1393 This function provides a means by which to set a value for a given PCD token.
1395 Sets the 32-bit value for the token specified by TokenNumber
1398 @param[in] TokenNumber The PCD token number to set a current value for.
1413 This function provides a means by which to set a value for a given PCD token.
1415 Sets the 64-bit value for the token specified by TokenNumber
1418 @param[in] TokenNumber The PCD token number to set a current value for.
1433 This function provides a means by which to set a value for a given PCD token.
1435 Sets a buffer for the token specified by TokenNumber to the value
1447 @param[in] TokenNumber The PCD token number to set a current value for.
1464 This function provides a means by which to set a value for a given PCD token.
1466 Sets the Boolean value for the token specified by TokenNumber
1469 @param[in] TokenNumber The PCD token number to set a current value for.
1484 This function provides a means by which to set a value for a given PCD token.
1486 Sets the 8-bit value for the token specified by TokenNumber and
1493 @param[in] TokenNumber The PCD token number to set a current value for.
1509 This function provides a means by which to set a value for a given PCD token.
1511 Sets the 16-bit value for the token specified by TokenNumber and
1518 @param[in] TokenNumber The PCD token number to set a current value for.
1534 This function provides a means by which to set a value for a given PCD token.
1536 Sets the 32-bit value for the token specified by TokenNumber and
1543 @param[in] TokenNumber The PCD token number to set a current value for.
1559 This function provides a means by which to set a value for a given PCD token.
1561 Sets the 64-bit value for the token specified by TokenNumber and
1568 @param[in] TokenNumber The PCD token number to set a current value for.
1584 This function provides a means by which to set a value for a given PCD token.
1586 Sets a buffer for the token specified by TokenNumber to the value specified by
1598 @param[in] TokenNumber The PCD token number to set a current value for.
1616 This function provides a means by which to set a value for a given PCD token.
1618 Sets the Boolean value for the token specified by TokenNumber and
1625 @param[in] TokenNumber The PCD token number to set a current value for.
1641 This function provides a means by which to set a value for a given PCD token.
1643 Sets the 8-bit value for the token specified by TokenNumber
1646 @param[in] TokenNumber The PCD token number to set a current value for.
1660 This function provides a means by which to set a value for a given PCD token.
1662 Sets the 16-bit value for the token specified by TokenNumber
1665 @param[in] TokenNumber The PCD token number to set a current value for.
1679 This function provides a means by which to set a value for a given PCD token.
1681 Sets the 32-bit value for the token specified by TokenNumber
1684 @param[in] TokenNumber The PCD token number to set a current value for.
1698 This function provides a means by which to set a value for a given PCD token.
1700 Sets the 64-bit value for the token specified by TokenNumber
1703 @param[in] TokenNumber The PCD token number to set a current value for.
1717 This function provides a means by which to set a value for a given PCD token.
1719 Sets a buffer for the token specified by TokenNumber to the value specified
1731 @param[in] TokenNumber The PCD token number to set a current value for.
1747 This function provides a means by which to set a value for a given PCD token.
1749 Sets the boolean value for the token specified by TokenNumber
1752 @param[in] TokenNumber The PCD token number to set a current value for.
1766 This function provides a means by which to set a value for a given PCD token.
1768 Sets the 8-bit value for the token specified by TokenNumber
1775 @param[in] TokenNumber The PCD token number to set a current value for.
1790 This function provides a means by which to set a value for a given PCD token.
1792 Sets the 16-bit value for the token specified by TokenNumber
1799 @param[in] TokenNumber The PCD token number to set a current value for.
1814 This function provides a means by which to set a value for a given PCD token.
1816 Sets the 32-bit value for the token specified by TokenNumber
1823 @param[in] TokenNumber The PCD token number to set a current value for.
1838 This function provides a means by which to set a value for a given PCD token.
1840 Sets the 64-bit value for the token specified by TokenNumber
1847 @param[in] TokenNumber The PCD token number to set a current value for.
1862 This function provides a means by which to set a value for a given PCD token.
1864 Sets a buffer for the token specified by TokenNumber to the value specified by
1876 @param[in] TokenNumber The PCD token number to set a current value for.
1893 This function provides a means by which to set a value for a given PCD token.
1895 Sets the boolean value for the token specified by TokenNumber
1902 @param[in] TokenNumber The PCD token number to set a current value for.
1920 PCD token has been set.
1926 @param[in] CallBackGuid The PCD token GUID being set.
1927 @param[in] CallBackToken The PCD token number being set.
1928 @param[in, out] TokenData A pointer to the token data being set.
1943 Set up a notification function that is called when a specified token is set.
1945 When the token specified by TokenNumber and Guid is set,
1947 If Guid is NULL, then the default token space is used.
1952 token space is used.
1953 @param[in] TokenNumber The PCD token number to monitor.
1954 @param[in] NotificationFunction The function to call when the token
1975 @param[in] Guid Specify the GUID token space.
1976 @param[in] TokenNumber Specify the token number.
1990 Retrieves the next token in a token space.
1992 Retrieves the next PCD token number from the token space specified by Guid.
1993 If Guid is NULL, then the default token space is used. If TokenNumber is 0,
1994 then the first token number is returned. Otherwise, the token number that
1995 follows TokenNumber in the token space is returned. If TokenNumber is the last
1996 token number in the token space, then 0 is returned.
1998 If TokenNumber is not 0 and is not in the token space specified by Guid, then ASSERT().
2001 to set a value from. If NULL, then the default token space is used.
2002 @param[in] TokenNumber The previous PCD token number. If 0, then retrieves the first PCD
2003 token number.
2005 @return The next valid token number.
2018 Used to retrieve the list of available PCD token space GUIDs.
2020 Returns the PCD token space GUID that follows TokenSpaceGuid in the list of token spaces
2022 If TokenSpaceGuid is NULL, then a pointer to the first PCD token spaces returned.
2023 If TokenSpaceGuid is the last PCD token space GUID in the list, then NULL is returned.
2025 @param TokenSpaceGuid Pointer to the a PCD token space GUID
2027 @return The next valid token namespace.
2192 /// The null-terminated ASCII string associated with a given token. If the
2194 /// ASCII string associated with the token's namespace Guid. If NULL, there is no
2202 Retrieve additional information associated with a PCD token.
2205 human readable name that is associated with the token.
2207 If TokenNumber is not in the default token space specified, then ASSERT().
2209 @param[in] TokenNumber The PCD token number.
2221 Retrieve additional information associated with a PCD token.
2224 human readable name that is associated with the token.
2226 If TokenNumber is not in the token space specified by Guid, then ASSERT().
2229 @param[in] TokenNumber The PCD token number.